summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 021da89..04e9596 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1825,9 +1825,6 @@ With two prefix arguments, write out the day and month name."
 
 ;;;;;; Emacs Lisp
 
-;; Customise the modeline-display of =emacs-lisp-mode=.  Then make sure
-;; it runs the common lisp hooks.
-
 (add-hook 'emacs-lisp-mode-hook #'eldoc-mode)
 
 ;; Go-to function for elisp.  Except it works through the entire Emacs ecosystem.