Show scrollbar by default

This commit is contained in:
2026-01-22 10:43:55 +01:00
parent 733c445ed9
commit d74a5495c9

View File

@@ -58,10 +58,12 @@
;; Disable some UI elements ;; Disable some UI elements
(tool-bar-mode -1) (tool-bar-mode -1)
(menu-bar-mode -1) (menu-bar-mode -1)
(scroll-bar-mode -1)
(tooltip-mode -1) (tooltip-mode -1)
(fringe-mode -1) (fringe-mode -1)
(scroll-bar-mode t)
(set-window-scroll-bars (minibuffer-window) nil nil nil nil 1)
;; Font settings ;; Font settings
(set-face-attribute 'default nil :font "Iosevka Fixed SS05-12") (set-face-attribute 'default nil :font "Iosevka Fixed SS05-12")
(set-face-attribute 'fixed-pitch nil :family 'unspecified) (set-face-attribute 'fixed-pitch nil :family 'unspecified)