Disable shell-history

This commit is contained in:
Ivan Malison 2016-08-15 19:32:35 -07:00
parent 4a5e55462f
commit d0e3314a15
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2936,9 +2936,11 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica
#'anzu-isearch-query-replace-regexp))) #'anzu-isearch-query-replace-regexp)))
#+END_SRC #+END_SRC
*** shell-history *** shell-history
I think that shell-history is causing projectile to be very slow so I have disabled it.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package shell-history (use-package shell-history
:demand t) :demand t
:disabled t)
#+END_SRC #+END_SRC
*** iedit *** iedit
I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disable ~iedit-toggle-key-default~ or else a buffer pops up complaing that the key has been bound to something else I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disable ~iedit-toggle-key-default~ or else a buffer pops up complaing that the key has been bound to something else