This commit is contained in:
Zelong Kuang
2025-12-14 06:12:41 +11:00
parent 0afab4e64e
commit 2321eb603b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
;; -*- lexical-binding: t -*-
(tool-bar-mode -1)
(scroll-bar-mode -1)
(display-line-numbers-mode 1)
(global-display-line-numbers-mode)
(setq-default cursor-type 'bar)
(setq display-line-numbers 'relative)
(show-paren-mode t)

View File

@@ -83,6 +83,8 @@
(add-to-list 'default-frame-alist '(width . 100))))
(use-package diff-hl
:init (global-diff-hl-mode))
;; Easily adjust the font size in all frames
(use-package default-text-scale