diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-14 17:41:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-14 17:41:50 -0700 |
commit | d6a3973844867eb3e331b457f201a017fe0714e6 (patch) | |
tree | 46f1ecf4b81fe6b7ff9b30df84b9f7c489199123 | |
parent | ref: move flymake and eldoc configuration to their own libraries (diff) | |
download | emacs.d-d6a3973844867eb3e331b457f201a017fe0714e6.tar.gz |
ref: don't coerce eldoc's buffer to a small window
Change-Id: Ib831efa39358ac6bd1d1ecc7d484ce479749cae8
-rw-r--r-- | emacs/custom/my-ui.el | 2 |
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) |