summaryrefslogtreecommitdiff
path: root/elisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp.el')
-rw-r--r--elisp.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/elisp.el b/elisp.el
index 507c944..f9a893b 100644
--- a/elisp.el
+++ b/elisp.el
@@ -1,5 +1,10 @@
;;; -*- lexical-binding: t; -*-
+;;; Hide Eldoc in the mode line
+
+;; The original value is eldoc-minor-mode-string
+(setcdr (assq 'eldoc-mode minor-mode-alist) (list ""))
+
;;; fontification of extra keywords in emacs lisp files
(require 'advice)