This commit is contained in:
Zelong Kuang
2025-12-15 22:32:12 +11:00
parent 94a0bdb3b8
commit 2d78112277
2 changed files with 10 additions and 2 deletions

View File

@@ -8,7 +8,15 @@
(add-hook 'elpaca-after-init-hook 'benchmark-init/deactivate))
(server-mode 1)
(global-display-line-numbers-mode)
(dolist (mode '(erc-mode-hook
circe-mode-hook
help-mode-hook
gud-mode-hook
vterm-mode-hook))
(add-hook mode (lambda () (display-line-numbers-mode -1))))
(setq-default cursor-type 'bar)
(setq display-line-numbers-type 'relative)
(show-paren-mode t)