diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el index 2301e64..9423887 100644 --- a/init.el +++ b/init.el | |||
@@ -47,7 +47,7 @@ | |||
47 | ;; Whitespace | 47 | ;; Whitespace |
48 | (acdw/set '((whitespace-style | 48 | (acdw/set '((whitespace-style |
49 | (empty indentation space-before-tab space-after-tab)) | 49 | (empty indentation space-before-tab space-after-tab)) |
50 | (indent-tabs-mode t) | 50 | (indent-tabs-mode nil "We've lost this battle...") |
51 | (tab-width 8))) | 51 | (tab-width 8))) |
52 | (add-hook 'before-save-hook #'whitespace-cleanup) | 52 | (add-hook 'before-save-hook #'whitespace-cleanup) |
53 | 53 | ||
@@ -290,6 +290,11 @@ | |||
290 | (acdw/pkg expand-region | 290 | (acdw/pkg expand-region |
291 | :binds (("C-=" er/expand-region))) | 291 | :binds (("C-=" er/expand-region))) |
292 | 292 | ||
293 | ;; CRUX | ||
294 | (acdw/pkg crux | ||
295 | :binds (("M-o" crux-other-window-or-switch-buffer) | ||
296 | ([remap move-beginning-of-line] crux-move-beginning-of-line) | ||
297 | ([remap kill-line] crux-kill-and-join-forward))) | ||
293 | ;;; Frame title | 298 | ;;; Frame title |
294 | 299 | ||
295 | (acdw/set `((frame-title-format | 300 | (acdw/set `((frame-title-format |