Add shell-history package

shell-history adds commands that are executed from emacs to shell
history.
This commit is contained in:
Ivan Malison 2016-06-28 17:15:02 -07:00
parent f0550b347b
commit f861914637

View File

@ -2560,6 +2560,11 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica
(define-key isearch-mode-map [remap isearch-query-replace-regexp]
#'anzu-isearch-query-replace-regexp)))
#+END_SRC
*** shell-history
#+BEGIN_SRC emacs-lisp
(use-package shell-history
:demand 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
#+BEGIN_SRC emacs-lisp