Merge pull request #789 from matklad/fix-magit-notify

fix magit-filenotify error
This commit is contained in:
Bozhidar Batsov 2015-01-17 23:02:15 +02:00
commit d7abddda97

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."