diff options
author | Alan Pearce | 2018-06-17 09:46:46 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-17 09:46:46 +0200 |
commit | bd9727bb6c3bcd9bb8428f371d59c6df1d185b52 (patch) | |
tree | 7fe6aa77be4f3c85f4601dd731592b8ce6dcf280 /emacs/.emacs.d/main.el | |
parent | 31a3b336a16d33c9119c537d05f2100ddd765290 (diff) | |
download | nixfiles-bd9727bb6c3bcd9bb8428f371d59c6df1d185b52.tar.lz nixfiles-bd9727bb6c3bcd9bb8428f371d59c6df1d185b52.tar.zst nixfiles-bd9727bb6c3bcd9bb8428f371d59c6df1d185b52.zip |
emacs: remove outdated comment
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 021da896..04e95969 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. |