[Misc] Remove lispy from minibuffer

too fragile
This commit is contained in:
Daniel - 2017-09-13 19:56:28 +02:00
parent 1aaee9edef
commit 9e674a6949
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@
;; Hooks (non mode-specific)
(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 'text-mode-hook #'turn-on-auto-fill)