summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 00:40:26 -0600
committerCase Duckworth2022-01-04 00:40:26 -0600
commit800aff834253b7aba899a0202ed36e5f5f161476 (patch)
tree37608d11020b4b2a086d10b7e68e3baab9ad10b7 /init.el
parentMove stuff around (diff)
downloademacs-800aff834253b7aba899a0202ed36e5f5f161476.tar.gz
emacs-800aff834253b7aba899a0202ed36e5f5f161476.zip
Add more crux stuff
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