summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-08 20:59:13 -0600
committerCase Duckworth2022-02-08 20:59:13 -0600
commit7167cd4962e4588574b269b40a2c82c3318ece12 (patch)
tree06d3e82c54ddefcc7380cd2c362f6a4d6747b45a /init.el
parentAdd consult-notmuch (diff)
downloademacs-7167cd4962e4588574b269b40a2c82c3318ece12.tar.gz
emacs-7167cd4962e4588574b269b40a2c82c3318ece12.zip
Change crux-shell-buffer-name
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
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