Ignore key-advice from menu-bar options
This commit is contained in:
parent
a9acb7f560
commit
490ea14fad
2 changed files with 4 additions and 5 deletions
8
init.el
8
init.el
|
|
@ -12,11 +12,10 @@
|
|||
;; precendence.
|
||||
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
|
||||
|
||||
;; And load things!
|
||||
(package-refresh-contents)
|
||||
(package-initialize)
|
||||
|
||||
(when (not package-archive-contents)
|
||||
(package-refresh-contents))
|
||||
|
||||
(defvar my-pkgs
|
||||
'(; Basic functionality
|
||||
ace-jump-mode
|
||||
|
|
@ -57,8 +56,7 @@
|
|||
evil-paredit
|
||||
key-chord
|
||||
surround)
|
||||
"Evil related packages"
|
||||
)
|
||||
"Evil related packages")
|
||||
|
||||
(dolist (p my-pkgs)
|
||||
(when (not (package-installed-p p))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue