diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
commit | 0b48b7d84872ea328ff942d2a2f786efc3319e82 (patch) | |
tree | 1d83b715d124d0a812df6669ac8e8ee4a27a5d26 /config/ui.el |
Inital commit
Diffstat (limited to 'config/ui.el')
-rw-r--r-- | config/ui.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/ui.el b/config/ui.el new file mode 100644 index 0000000..9cf1209 --- /dev/null +++ b/config/ui.el @@ -0,0 +1,7 @@ +;; -*- lexical-binding: t; -*- + +(scroll-bar-mode -1) +(tool-bar-mode -1) +(menu-bar-mode -1) + +(global-display-line-numbers-mode t) |