summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-23 10:45:39 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-23 10:45:39 -0700
commit5ba62155cc68b89ec6502631f085f5df81e6cfd5 (patch)
treef1ee61ca991ca00e04216e9bbbc78682e83077a9
parent[emacs] add midnight to clean up buffers. (diff)
downloademacs.d-5ba62155cc68b89ec6502631f085f5df81e6cfd5.tar.gz
[emacs] fix a comment in the config.
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index ede81b9..c57cb9a 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -45,7 +45,7 @@
 (global-set-key (kbd "M-j") 'join-line)
 (global-set-key (kbd "C-x C-b") 'ibuffer)
 
-;;; if our version is >24 and we have the emacs24.el file, load it.
+;;; if our version is >= 24 and we have the packages.el file, load it.
 (when (>= emacs-major-version 24)
   (if (file-exists-p "~/.emacs.d/packages.el")
       (load "~/.emacs.d/packages.el")))