aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-lang.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-13 11:44:36 +0800
committerGuangxiong Lin <[email protected]>2022-03-13 11:44:36 +0800
commitf23be18fff009ff614152fe3bd83222359b3d7ab (patch)
tree19ac1cb585885b62196fed57c26efb9351f2b218 /.emacs.d/lisp/init-lang.el
parentf677dc067e2eb8673c73dba2832b8d2ec5e3c586 (diff)
downloaddotfiles-f23be18fff009ff614152fe3bd83222359b3d7ab.tar.gz
dotfiles-f23be18fff009ff614152fe3bd83222359b3d7ab.tar.bz2
dotfiles-f23be18fff009ff614152fe3bd83222359b3d7ab.zip
Diminish eldoc mode (emacs)
Diffstat (limited to '.emacs.d/lisp/init-lang.el')
-rw-r--r--.emacs.d/lisp/init-lang.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-lang.el b/.emacs.d/lisp/init-lang.el
index 4d56858..2d818a4 100644
--- a/.emacs.d/lisp/init-lang.el
+++ b/.emacs.d/lisp/init-lang.el
@@ -25,4 +25,6 @@
(with-eval-after-load 'org
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))))
+(gx/diminish 'eldoc-mode)
+
(provide 'init-lang)