diff options
author | Case Duckworth | 2022-02-08 20:59:13 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-08 20:59:13 -0600 |
commit | 7167cd4962e4588574b269b40a2c82c3318ece12 (patch) | |
tree | 06d3e82c54ddefcc7380cd2c362f6a4d6747b45a /init.el | |
parent | Add consult-notmuch (diff) | |
download | emacs-7167cd4962e4588574b269b40a2c82c3318ece12.tar.gz emacs-7167cd4962e4588574b269b40a2c82c3318ece12.zip |
Change crux-shell-buffer-name
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 0c8f173..05a0445 100644 --- a/init.el +++ b/init.el | |||
@@ -1170,6 +1170,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." | |||
1170 | ;; yes it's silly I have an addon to this addon. | 1170 | ;; yes it's silly I have an addon to this addon. |
1171 | (:require crux +crux) | 1171 | (:require crux +crux) |
1172 | (:option crux-shell-func #'crux-eshell | 1172 | (:option crux-shell-func #'crux-eshell |
1173 | crux-shell-buffer-name "eshell" | ||
1173 | +crux-default-date-format "%F") | 1174 | +crux-default-date-format "%F") |
1174 | (:global "C-o" #'crux-smart-open-line | 1175 | (:global "C-o" #'crux-smart-open-line |
1175 | "C-x 4 t" #'crux-transpose-windows | 1176 | "C-x 4 t" #'crux-transpose-windows |