Fixes #258 C-u to scroll up doesn't work anymore

This commit is contained in:
syl20bnr 2014-12-13 14:16:50 -05:00
parent 98a007bcee
commit 1a44b042de
2 changed files with 2 additions and 2 deletions

View File

@ -99,6 +99,8 @@
(insert-file-contents (concat spacemacs-core-directory "banner.txt"))
(spacemacs/insert-buttons))
;; evil and evil-leader must be installed at the beginning of the boot sequence
;; use C-u as scroll-up (must be set before actually loading evil)
(setq-default evil-want-C-u-scroll t)
(spacemacs/load-or-install-package 'evil t)
(spacemacs/load-or-install-package 'evil-leader t)
;; motion state since this is a special mode

View File

@ -55,8 +55,6 @@
;; no beep pleeeeeease ! (and no visual blinking too please)
(custom-set-variables '(ring-bell-function 'ignore))
(setq visible-bell nil)
;; use C-u as scroll-up
(setq-default evil-want-C-u-scroll t)
;; Hack to fix a bug with tabulated-list.el
;; see: http://redd.it/2dgy52