[Fix ] Added magit-filenotify

This commit is contained in:
k1-hedayati 2015-01-15 11:22:11 +03:30
parent 92807a507c
commit 003bbc4e0b
2 changed files with 6 additions and 0 deletions

View file

@ -76,6 +76,9 @@
zenburn-theme)
"A list of packages to ensure are installed at launch.")
(when (version<= "24.4" emacs-version)
(add-to-list 'prelude-packages '(magit-filenotify)))
(defun prelude-packages-installed-p ()
"Check if all packages in `prelude-packages' are installed."
(every #'package-installed-p prelude-packages))