summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/init.el b/init.el index c9cf3c7..7a98669 100644 --- a/init.el +++ b/init.el
@@ -774,8 +774,15 @@
774 (:option consult--regexp-compiler 'consult--orderless-regexp-compiler)))) 774 (:option consult--regexp-compiler 'consult--orderless-regexp-compiler))))
775 775
776(setup (:straight crux) 776(setup (:straight crux)
777 (:+key "C-o" #'crux-smart-open-line 777 ;; yes it's silly I have an addon to this addon.
778 "C-x 4 t" #'crux-transpose-windows) 778 (:also-load +crux)
779 (:option crux-shell-func #'crux-eshell)
780 (:global "C-o" #'crux-smart-open-line
781 "C-x 4 t" #'crux-transpose-windows
782 "M-w" #'+crux-kill-ring-save
783 "C-k" #'crux-kill-and-join-forward
784 "C-c d" #'+crux-insert-date-or-time)
785 (:+leader "s" #'crux-visit-shell-buffer)
779 786
780 (el-patch-feature crux) 787 (el-patch-feature crux)
781 (with-eval-after-load 'crux 788 (with-eval-after-load 'crux