fix magit-filenotify error

The error was due to unnecessary in add-to-list.
This commit is contained in:
Aleksey Kladov 2015-01-17 22:30:40 +03:00
parent 9ac7ccbea8
commit c09871bf36

View file

@ -75,7 +75,7 @@
"A list of packages to ensure are installed at launch.")
(when (version<= "24.4" emacs-version)
(add-to-list 'prelude-packages '(magit-filenotify)))
(add-to-list 'prelude-packages 'magit-filenotify))
(defun prelude-packages-installed-p ()
"Check if all packages in `prelude-packages' are installed."