aboutsummaryrefslogtreecommitdiffstats
path: root/early-init.el
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-01 09:31:34 +0800
committerverdant <im@verdant.ee>2026-07-01 09:31:34 +0800
commitc7a37058a56f42ca794e6afd88e20ba9b80bd387 (patch)
treea4af56d8cc0594b3346877c9021982176b04260f /early-init.el
parent419aae18be6f76539ffbdd44edba4e953ac041c0 (diff)
downloadvemacs-c7a37058a56f42ca794e6afd88e20ba9b80bd387.tar.gz
vemacs-c7a37058a56f42ca794e6afd88e20ba9b80bd387.zip
Add elfeed-feeds
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/early-init.el b/early-init.el
index db68415..db09434 100644
--- a/early-init.el
+++ b/early-init.el
@@ -1,4 +1,5 @@
;; -*- lexical-binding: t; -*-
-(menu-bar-mode -1) ;; 在 GUI 初始化前禁用菜单栏
-(tool-bar-mode -1) ;; 在 GUI 初始化前禁用工具栏
-(scroll-bar-mode -1) ;; 在 GUI 初始化前禁用滚动条
+ (scroll-bar-mode -1)
+ (tool-bar-mode -1)
+ (menu-bar-mode -1)
+