diff options
author | noa | 2025-02-23 11:01:49 +0800 |
---|---|---|
committer | noa | 2025-02-23 11:01:49 +0800 |
commit | 9a4c32b0e1eb08d7c877bd4e5dccc0d2117a84b2 (patch) | |
tree | 1b46fce4b02f75e9d8a1205d85ea5474debcfe2d | |
parent | 9f6de9241d018fafc48643537fcb46a96bfdaa84 (diff) |
Make window dividers thicker
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 1045524..d1b8d77 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -636,11 +636,10 @@ With prefix argument TIME, also add the current time." ;; C-l from top to bottom (recenter-positions '(top middle bottom))) +;; Easily grabbable bars for resizing windows (use-package frame :hook (after-init . window-divider-mode) :custom - (window-divider-default-right-width 1) - (window-divider-default-bottom-width 1) (window-divider-default-places t)) ;;; Unsorted |