summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-20 17:59:09 -0500
committerCase Duckworth2021-04-20 17:59:09 -0500
commit76a464c7cfe396f460619afeaa500013a9b3228c (patch)
tree18808446dc614c540c88170bf1458166b54d984c /init.el
parentUse company for completion-in-region instead of corfu (diff)
downloademacs-76a464c7cfe396f460619afeaa500013a9b3228c.tar.gz
emacs-76a464c7cfe396f460619afeaa500013a9b3228c.zip
Fix some dumbness
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 6627a82..3a00478 100644 --- a/init.el +++ b/init.el
@@ -545,7 +545,6 @@
545 (:global "C-=" er/expand-region)) 545 (:global "C-=" er/expand-region))
546 546
547(setup (:straight crux) 547(setup (:straight crux)
548 (advice-add 'kill-line :override #'crux-kill-and-join-forward)
549 (:global "M-`" crux-other-window-or-switch-buffer 548 (:global "M-`" crux-other-window-or-switch-buffer
550 "C-o" crux-smart-open-line 549 "C-o" crux-smart-open-line
551 "M-o" crux-smart-open-line-above 550 "M-o" crux-smart-open-line-above