From b7e63d425a40255df7c8d0bce38c454f21a24f70 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 19 Apr 2021 23:46:24 -0500 Subject: Change keybindings --- init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index d3a4111..816654c 100644 --- a/init.el +++ b/init.el @@ -63,7 +63,7 @@ ;;; My packages (when-let ((default-directory - (expand-file-name-exists-p "pkg/" user-emacs-directory))) + (expand-file-name-exists-p "pkg/" user-emacs-directory))) (normal-top-level-add-subdirs-to-load-path)) @@ -545,10 +545,10 @@ (:global "C-=" er/expand-region)) (setup (:straight crux) - (:global "M-o" crux-other-window-or-switch-buffer - "C-k" crux-kill-and-join-forward - "C-o" crux-smart-open-line-above - "C-S-o" crux-smart-open-line + (:advise kill-line :override crux-kill-and-join-forward) + (:global "M-`" crux-other-window-or-switch-buffer + "C-o" crux-smart-open-line + "M-o" crux-smart-open-line-above "C-M-\\" crux-cleanup-buffer-or-region) (crux-reopen-as-root-mode +1)) -- cgit 1.4.1-21-gabe81