summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 09:46:46 +0200
committerAlan Pearce2018-06-17 09:46:46 +0200
commitbd9727bb6c3bcd9bb8428f371d59c6df1d185b52 (patch)
tree7fe6aa77be4f3c85f4601dd731592b8ce6dcf280 /emacs/.emacs.d
parent31a3b336a16d33c9119c537d05f2100ddd765290 (diff)
downloaddotfiles-bd9727bb6c3bcd9bb8428f371d59c6df1d185b52.tar.lz
dotfiles-bd9727bb6c3bcd9bb8428f371d59c6df1d185b52.tar.zst
dotfiles-bd9727bb6c3bcd9bb8428f371d59c6df1d185b52.zip
emacs: remove outdated comment
Diffstat (limited to 'emacs/.emacs.d')
-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.