summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-23 11:01:49 +0800
committernoa2025-02-23 11:01:49 +0800
commit9a4c32b0e1eb08d7c877bd4e5dccc0d2117a84b2 (patch)
tree1b46fce4b02f75e9d8a1205d85ea5474debcfe2d /emacs/init.el
parent9f6de9241d018fafc48643537fcb46a96bfdaa84 (diff)
Make window dividers thicker
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
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