From 5ba62155cc68b89ec6502631f085f5df81e6cfd5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 23 Jul 2015 10:45:39 -0700 Subject: [emacs] fix a comment in the config. --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))) -- cgit 1.4.1