diff options
Diffstat (limited to 'emacs')
-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) |