From 41dbea2ebd9e7394b8e5a141c777b37e53adb3be Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 1 May 2022 19:30:36 +0200 Subject: [PATCH] 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. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 210b034..c1c4d0c 100644 --- a/init.el +++ b/init.el @@ -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)