diff options
-rw-r--r-- | init.el | 10 |
1 files 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 @@ | |||
63 | 63 | ||
64 | ;;; My packages | 64 | ;;; My packages |
65 | (when-let ((default-directory | 65 | (when-let ((default-directory |
66 | (expand-file-name-exists-p "pkg/" user-emacs-directory))) | 66 | (expand-file-name-exists-p "pkg/" user-emacs-directory))) |
67 | (normal-top-level-add-subdirs-to-load-path)) | 67 | (normal-top-level-add-subdirs-to-load-path)) |
68 | 68 | ||
69 | 69 | ||
@@ -545,10 +545,10 @@ | |||
545 | (:global "C-=" er/expand-region)) | 545 | (:global "C-=" er/expand-region)) |
546 | 546 | ||
547 | (setup (:straight crux) | 547 | (setup (:straight crux) |
548 | (:global "M-o" crux-other-window-or-switch-buffer | 548 | (:advise kill-line :override crux-kill-and-join-forward) |
549 | "C-k" crux-kill-and-join-forward | 549 | (:global "M-`" crux-other-window-or-switch-buffer |
550 | "C-o" crux-smart-open-line-above | 550 | "C-o" crux-smart-open-line |
551 | "C-S-o" crux-smart-open-line | 551 | "M-o" crux-smart-open-line-above |
552 | "C-M-\\" crux-cleanup-buffer-or-region) | 552 | "C-M-\\" crux-cleanup-buffer-or-region) |
553 | (crux-reopen-as-root-mode +1)) | 553 | (crux-reopen-as-root-mode +1)) |
554 | 554 | ||