Emacs: Fix scroll-bar-width – set it for all frames.

This commit is contained in:
tastytea 2020-04-18 01:49:51 +02:00
parent 763c178fef
commit af97be2015
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-04-18T01:14:30+0200>
;; Time-stamp: <2020-04-18T01:49:10+0200>
;;; Commentary:
@ -31,7 +31,7 @@
(menu-bar-mode -1) ; Hide menu bar.
(when (display-graphic-p)
(set-scroll-bar-mode 'right)
(setq-default scroll-bar-width 10))
(add-to-list 'default-frame-alist '(scroll-bar-width . 8)))
(my/set-default-fonts)
(global-hl-line-mode t) ; Highlight current line.
(show-paren-mode t) ; Visualize matching parens.