summaryrefslogtreecommitdiff
path: root/elisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp.el')
-rw-r--r--elisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp.el b/elisp.el
index f9a893b..17ff506 100644
--- a/elisp.el
+++ b/elisp.el
@@ -3,7 +3,7 @@
;;; Hide Eldoc in the mode line
;; The original value is eldoc-minor-mode-string
-(setcdr (assq 'eldoc-mode minor-mode-alist) (list ""))
+(durand-hide-minor-mode eldoc-mode)
;;; fontification of extra keywords in emacs lisp files