summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-01-11 11:45:56 +0800
committernoa2025-01-11 11:45:56 +0800
commit4e5dff98569d71a9da2466ce397b78638930a25c (patch)
treee66a49c46e6ece88566a8a7ae62131957af66d9d /emacs
parent64130b6edad311a5711659ad72f3e97640e3ae74 (diff)
Global eldoc mode is already enabled by default
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 454dde5..14e8176 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -246,10 +246,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word."
(goto-address-url-face 'link)
(goto-address-url-mouse-face 'highlight))
-(use-package eldoc
- :custom
- (global-eldoc-mode t))
-
;; Use a bar cursor and blink it and don't stop blinking it.
(setopt cursor-type 'bar
blink-cursor-mode t