diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-18 21:36:46 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-18 21:36:46 -0500 |
commit | 5f32fba8ec6ff54618d42d4f623f14c4d93664e8 (patch) | |
tree | cb14edbe0e18f558e660937520cc81061a065608 /emacs/.config/emacs-kj/lisp | |
parent | bcfb6172bc156eb9bed983d0fa72ff943a3962e6 (diff) |
update
Diffstat (limited to 'emacs/.config/emacs-kj/lisp')
-rw-r--r-- | emacs/.config/emacs-kj/lisp/kj-eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/lisp/kj-eshell.el b/emacs/.config/emacs-kj/lisp/kj-eshell.el index 55b628d..7004b1d 100644 --- a/emacs/.config/emacs-kj/lisp/kj-eshell.el +++ b/emacs/.config/emacs-kj/lisp/kj-eshell.el @@ -17,7 +17,7 @@ (setq tramp-remote-path '(tramp-own-remote-path)) (defun kj/eshell-on-load () - (dolist (command '("htop" "tmux" "vim" "nvim")) + (dolist (command '("htop" "tmux" "vim" "nvim" "watch")) (add-to-list 'eshell-visual-commands command)) |