core: move evil-want-C-u-scroll
In a near feature we should remove this setting, we should not shadow the universal prefix argument
This commit is contained in:
parent
f3cb4399ba
commit
1f367476df
1 changed files with 3 additions and 1 deletions
|
@ -73,6 +73,9 @@ initialization."
|
||||||
(prefer-coding-system 'utf-8)
|
(prefer-coding-system 'utf-8)
|
||||||
;; dotfile init
|
;; dotfile init
|
||||||
(dotspacemacs/load-file)
|
(dotspacemacs/load-file)
|
||||||
|
;; TODO remove evil-want-C-u-scroll and document it, we should not
|
||||||
|
;; shadow the universal argument
|
||||||
|
(setq-default evil-want-C-u-scroll t)
|
||||||
(dotspacemacs|call-func dotspacemacs/init "Calling dotfile init...")
|
(dotspacemacs|call-func dotspacemacs/init "Calling dotfile init...")
|
||||||
;; spacemacs init
|
;; spacemacs init
|
||||||
(switch-to-buffer (get-buffer-create spacemacs-buffer-name))
|
(switch-to-buffer (get-buffer-create spacemacs-buffer-name))
|
||||||
|
@ -111,7 +114,6 @@ initialization."
|
||||||
(car dotspacemacs-default-font)))
|
(car dotspacemacs-default-font)))
|
||||||
;; banner
|
;; banner
|
||||||
(spacemacs-buffer/insert-banner-and-buttons)
|
(spacemacs-buffer/insert-banner-and-buttons)
|
||||||
(setq-default evil-want-C-u-scroll t)
|
|
||||||
;; mandatory dependencies
|
;; mandatory dependencies
|
||||||
;; dash is required to prevent a package.el bug with f on 24.3.1
|
;; dash is required to prevent a package.el bug with f on 24.3.1
|
||||||
(spacemacs/load-or-install-package 'dash t)
|
(spacemacs/load-or-install-package 'dash t)
|
||||||
|
|
Reference in a new issue