From d0e3314a15a5a4d8dd16cb8ec756a140ebd608c8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Aug 2016 19:32:35 -0700 Subject: [PATCH] Disable shell-history --- dotfiles/emacs.d/README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index cb3c15d4..813423aa 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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))) #+END_SRC *** shell-history +I think that shell-history is causing projectile to be very slow so I have disabled it. #+BEGIN_SRC emacs-lisp (use-package shell-history - :demand t) + :demand t + :disabled t) #+END_SRC *** 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