aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-11-09 15:34:59 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-11-09 15:34:59 -0700
commit9cf16a706119c135ab8d25a5aa853fa3ae553f90 (patch)
tree429f8fff64e8bd6f6b2f28312b56493aa2b75a34 /config
parent908b5b8724e24dadb30d9fbb51ef694e8cd5f7bf (diff)
downloaddotfiles-9cf16a706119c135ab8d25a5aa853fa3ae553f90.tar.gz
dotfiles-9cf16a706119c135ab8d25a5aa853fa3ae553f90.tar.xz
config: emacs: Add default eldoc configuration
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r--config/emacs/emacs.d/emacs.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index 05d62fc6..9f7592b7 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -2404,6 +2404,17 @@ left to try and get the PATH down to, at most, MAX-LEN."
(semantic-mode t)
#+end_src
+**** ElDoc
+:PROPERTIES:
+:ID: e83e8cbe-4f96-4b92-a4d1-3801f32ba1b3
+:END:
+
+#+begin_src elisp
+(use-package eldoc
+ :config
+ (setq eldoc-echo-area-use-multiline-p 'truncate-sym-name-if-fit))
+#+end_src
+
**** Language Server Protocol
:PROPERTIES:
:ID: f8dcd5bb-073f-4f38-b359-1e23fce6f40d