update main init
This commit is contained in:
@@ -53,41 +53,6 @@
|
||||
(set-face-attribute 'fill-column-indicator nil :foreground "DarkSlateGray"))
|
||||
|
||||
|
||||
;; ┌────────────── Frame width ───────────────┐
|
||||
;; ┌────── Window width ──────┐
|
||||
;; ┌ ┌──────────────────────────────────────────┐
|
||||
;; │ │ ┌──────────────────────────────────────┐ │
|
||||
;; │ │ │ Header line │ │
|
||||
;; │ ┌ │ ├───┬─┬────────────────────────┬─┬─┬───┤ │
|
||||
;; F │ W │ │ │ │●┼─ Left fringe ┊ │ │ │●┼── Frame border
|
||||
;; r │ i │ │ │ ●─┼─┼─ Left margin ┊ │ │ ●─┼─┼── Right margin
|
||||
;; a │ n │ │ │ │ │ ┊ │●┼───┼─┼── Right fringe
|
||||
;; m │ d │ │ │ │ │ ┊●┼─┼───┼─┼── Display column
|
||||
;; e │ o │ │ │ │ │ ┊ │ │ │ │
|
||||
;; │ w │ │ │ │ │ ┊ │ │ │ │
|
||||
;; h │ │ │ │ │ │ Text area ┊ │ │ │ │
|
||||
;; e │ h │ │ │ │ │ ┊ │ │ │ │
|
||||
;; i │ e │ │ │ │ │ ┊ │ │ │ │
|
||||
;; g │ i │ │ │ │ │ ┊ │ │ │ │
|
||||
;; h │ g │ │ │ │ │ ┊ │ │ │ │
|
||||
;; t │ h │ │ │ │ │ ┊ │ │ │ │
|
||||
;; │ t │ │ │ │ │ ┊ │ │ │ │
|
||||
;; │ └ │ ├───┴─┴────────────────────────┴─┴─┴───┤ │
|
||||
;; │ │ │ Mode line │ │
|
||||
;; │ │ ├───┬─┬──────────────────────────┬─┬───┤ │
|
||||
;; │ │ │ │ │ Minibuffer / Echo area │ │ │ │
|
||||
;; │ │ └───┴─┴──────────────────────────┴─┴───┘ │
|
||||
;; └ └──────────────────────────────────────────┘
|
||||
;; └─┬─┘ └┬┘ └┬┘
|
||||
;; Margin width Fringe width (pixels) ┘ │
|
||||
;; (chars) Border width (pixels) ┘
|
||||
(use-package frame
|
||||
:config
|
||||
(setq window-divider-default-right-width 2)
|
||||
;; (setq window-divider-default-bottom-width 1) ;; -2 from awesome-tray
|
||||
(setq window-divider-default-places 'right-only)
|
||||
(window-divider-mode 1))
|
||||
|
||||
(use-package scroll-bar
|
||||
;; built-in
|
||||
:defer t
|
||||
|
||||
Reference in New Issue
Block a user