diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 2 |
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"))) |