Move evil packages to the top of packages list
In order to be loaded first
This commit is contained in:
parent
e49e4f0631
commit
8ed9fc6149
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,12 @@
|
|||
|
||||
;; installed packages as well as build-in packages with a corresponding
|
||||
;; init-xxx file
|
||||
(defvar spacemacs-packages
|
||||
'(
|
||||
;; must be initialized first
|
||||
evil
|
||||
evil-exchange
|
||||
evil-leader
|
||||
evil-visualstar
|
||||
window-numbering
|
||||
powerline
|
||||
;; the rest is in alphabetical order
|
||||
|
@ -35,10 +39,6 @@
|
|||
ess-R-data-view
|
||||
ess-R-object-popup
|
||||
ess-smart-underscore
|
||||
evil
|
||||
evil-exchange
|
||||
evil-leader
|
||||
evil-visualstar
|
||||
exec-path-from-shell
|
||||
expand-region
|
||||
fill-column-indicator
|
||||
|
|
Reference in a new issue