summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-kj/lisp')
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-bindings.el4
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-popup.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/emacs/.config/emacs-kj/lisp/kj-bindings.el b/emacs/.config/emacs-kj/lisp/kj-bindings.el
index 37332f2..144ed43 100644
--- a/emacs/.config/emacs-kj/lisp/kj-bindings.el
+++ b/emacs/.config/emacs-kj/lisp/kj-bindings.el
@@ -3,8 +3,8 @@
(use-package emacs
:bind
(("C-w" . kj/kill-word-or-region)
- ("C-c s" . shell)
- ("C-c e" . eshell)
+ ("C-c s" . kj/shell-here)
+ ("C-c t" . eshell)
("C-c m" . smerge-ediff)
("C-c b r" . revert-buffer)
("C-c r l" . consult-flymake)
diff --git a/emacs/.config/emacs-kj/lisp/kj-popup.el b/emacs/.config/emacs-kj/lisp/kj-popup.el
index 60d0f23..f63fa29 100644
--- a/emacs/.config/emacs-kj/lisp/kj-popup.el
+++ b/emacs/.config/emacs-kj/lisp/kj-popup.el
@@ -39,8 +39,8 @@
(seq "fig: " (* anything))
(seq "*htop*" (* anything))
(seq "*Proced*" (* anything))
- (seq "*eshell*" (* anything))
- (seq "*shell*" (* anything))
+ (seq "*eshell" (* anything))
+ (seq "*shell" (* anything))
"*Occur*")) buffer)
(with-current-buffer buffer
(apply #'derived-mode-p