diff options
-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 |