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.
master
Daniel Borchmann 1 year ago
parent 1159a9fe64
commit 41dbea2ebd
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64

@ -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)

Loading…
Cancel
Save