summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-16 22:48:44 -0500
committerCase Duckworth2021-03-16 22:48:44 -0500
commit68bd42577df73259a73236aa4026a73af45cc3d4 (patch)
tree8140e4bb07b1f19b022450f499700f9d72e7295d /init.el
parentDon't indent with tabs no more (diff)
downloademacs-68bd42577df73259a73236aa4026a73af45cc3d4.tar.gz
emacs-68bd42577df73259a73236aa4026a73af45cc3d4.zip
Add crux bindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 61e1a88..a836386 100644 --- a/init.el +++ b/init.el
@@ -294,6 +294,11 @@
294(acdw/pkg expand-region 294(acdw/pkg expand-region
295 :binds (("C-=" er/expand-region))) 295 :binds (("C-=" er/expand-region)))
296 296
297;; CRUX
298(acdw/pkg crux
299 :binds (("M-o" crux-other-window-or-switch-buffer)
300 ([remap move-beginning-of-line] crux-move-beginning-of-line)
301 ([remap kill-line] crux-kill-and-join-forward)))
297;;; Frame title 302;;; Frame title
298 303
299(acdw/set `((frame-title-format 304(acdw/set `((frame-title-format