diff options
author | Case Duckworth | 2021-03-16 22:48:44 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-16 22:48:44 -0500 |
commit | 68bd42577df73259a73236aa4026a73af45cc3d4 (patch) | |
tree | 8140e4bb07b1f19b022450f499700f9d72e7295d | |
parent | Don't indent with tabs no more (diff) | |
download | emacs-68bd42577df73259a73236aa4026a73af45cc3d4.tar.gz emacs-68bd42577df73259a73236aa4026a73af45cc3d4.zip |
Add crux bindings
-rw-r--r-- | init.el | 5 |
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 |