about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-19 23:46:24 -0500
committerCase Duckworth2021-04-19 23:46:24 -0500
commitb7e63d425a40255df7c8d0bce38c454f21a24f70 (patch)
tree9b28b38b862bc53e7832c11a948946215b4355e9 /init.el
parentRename functions in acdw-org.el (diff)
downloademacs-b7e63d425a40255df7c8d0bce38c454f21a24f70.tar.gz
emacs-b7e63d425a40255df7c8d0bce38c454f21a24f70.zip
Change keybindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
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