forked from colonelpanic/dotfiles
Add shell-history package
shell-history adds commands that are executed from emacs to shell history.
This commit is contained in:
parent
f0550b347b
commit
f861914637
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user