This commit is contained in:
Andrea Ciceri 2024-11-29 11:16:06 +01:00
parent ff2c16e55e
commit 6efc109f1c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -399,7 +399,6 @@
(use-package orderless
:custom
(completion-styles '(orderless)))
(completion-styles '(orderless basic))
(completion-category-overrides '((file (styles basic partial-completion)))))
@ -567,6 +566,7 @@
(use-package aggressive-indent
:hook ((lisp-mode . aggressive-indent-mode)
(emacs-lisp-mode . aggressive-indent-mode)))
(use-package eldoc
:delight)
@ -669,17 +669,18 @@
(use-package popper
:custom
(popper-reference-buffers '("\*Messages\*"
(popper-reference-buffers
'("\*Messages\*"
"Output\*$"
"\\*Async Shell Command\\*"
(completion-list-mode . hide)
help-mode
compilation-mode
"^\\*Nix-REPL*\\*$" nix-repl-mode ;eshell as a popup
"^\\*.+-eshell.*\\*$" eshell-mode ;eshell as a popup
"^\\*shell.*\\*$" shell-mode ;shell as a popup
"^\\*term.*\\*$" term-mode ;term as a popup
"^\\*eat.*\\*$" eat-mode ;eat as a popup
"^\\*Nix-REPL*\\*$" nix-repl-mode
"^\\*.+-eshell.*\\*$" eshell-mode
"^\\*shell.*\\*$" shell-mode
"^\\*term.*\\*$" term-mode
"^\\*eat.*\\*$" eat-mode
))
(popper-window-height 0.33)
(popper-echo-lines 1)