mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Add 'scroll-bar-mode' to settings in 'x-apply-session-resources'
* lisp/startup.el (x-apply-session-resources): Add scroll-bar-mode settings. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
813b3e49d1
commit
9c9e8bd660
@ -1432,6 +1432,7 @@ settings will be marked as \"CHANGED outside of Customize\"."
|
||||
(let ((no-vals '("no" "off" "false" "0"))
|
||||
(settings '(("menuBar" "MenuBar" menu-bar-mode nil)
|
||||
("toolBar" "ToolBar" tool-bar-mode nil)
|
||||
("scrollBar" "ScrollBar" scroll-bar-mode nil)
|
||||
("cursorBlink" "CursorBlink" no-blinking-cursor t))))
|
||||
(dolist (x settings)
|
||||
(if (member (x-get-resource (nth 0 x) (nth 1 x)) no-vals)
|
||||
|
Loading…
Reference in New Issue
Block a user