diff options
-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 |