Disable lispy in minibuffer

Somehow, using lispy in the minibuffer causes random indentations although
everythin is on the same line.  This might not be an issue with lispy itself,
disabling it however makes the symptom go away.  Since I am not using lispy
features in the minibuffer anyway, I can as well switch it off.
This commit is contained in:
Daniel Borchmann 2022-05-01 19:30:36 +02:00
parent 1159a9fe64
commit 41dbea2ebd
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -148,7 +148,6 @@
;; Global Hooks
(add-hook 'minibuffer-setup-hook 'conditionally-enable-lispy)
(add-hook 'minibuffer-setup-hook 'cursor-intangible-mode)
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)
(add-hook 'prog-mode-hook 'page-break-lines-mode)