From 800aff834253b7aba899a0202ed36e5f5f161476 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 00:40:26 -0600 Subject: Add more crux stuff --- init.el | 11 +++++++++-- 1 file 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 @@ (:option consult--regexp-compiler 'consult--orderless-regexp-compiler)))) (setup (:straight crux) - (:+key "C-o" #'crux-smart-open-line - "C-x 4 t" #'crux-transpose-windows) + ;; yes it's silly I have an addon to this addon. + (:also-load +crux) + (:option crux-shell-func #'crux-eshell) + (:global "C-o" #'crux-smart-open-line + "C-x 4 t" #'crux-transpose-windows + "M-w" #'+crux-kill-ring-save + "C-k" #'crux-kill-and-join-forward + "C-c d" #'+crux-insert-date-or-time) + (:+leader "s" #'crux-visit-shell-buffer) (el-patch-feature crux) (with-eval-after-load 'crux -- cgit 1.4.1-21-gabe81