summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-14 17:41:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-14 17:41:50 -0700
commitd6a3973844867eb3e331b457f201a017fe0714e6 (patch)
tree46f1ecf4b81fe6b7ff9b30df84b9f7c489199123 /emacs
parentref: move flymake and eldoc configuration to their own libraries (diff)
downloademacs.d-d6a3973844867eb3e331b457f201a017fe0714e6.tar.gz
ref: don't coerce eldoc's buffer to a small window
Change-Id: Ib831efa39358ac6bd1d1ecc7d484ce479749cae8
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el
index cf7093e..51350a0 100644
--- a/emacs/custom/my-ui.el
+++ b/emacs/custom/my-ui.el
@@ -76,7 +76,7 @@
          (window-width . 0.35)
          (side . left)
          (slot . 0))
-        ("\\*\\(Flymake diagnostics\\|eldoc\\|Package-Lint\\).*"
+        ("\\*\\(Flymake diagnostics\\|Package-Lint\\).*"
          (display-buffer-in-side-window)
          (window-height . 0.16)
          (side . top)