simplified config a bit

This commit is contained in:
2026-07-30 20:21:27 +02:00
parent 93ff4a2e36
commit 811637003b
10 changed files with 51 additions and 182 deletions
+10 -8
View File
@@ -175,10 +175,10 @@
(setq-default
;; Standardize indentation across major modes
tab-width 4
js-indent-level 4
typescript-indent-level 4
typescript-ts-mode-indent-offset 4
tab-width 2
js-indent-level 2
typescript-indent-level 2
typescript-ts-mode-indent-offset 2
selection-coding-system 'utf-8
cursor-type 'bar
)
@@ -252,8 +252,10 @@
(add-hook
'window-setup-hook
(lambda ()
(set-face-attribute 'default nil :family "Noto Sans Mono" :height 120)
(set-face-attribute 'variable-pitch nil :family "Noto Sans" :height 140)
(my/apply-theme (selected-frame))))
(set-face-attribute 'default nil :family "Noto Sans Mono" :height 110)
(set-face-attribute 'variable-pitch nil :family "Noto Sans" :height 120)
(load-theme 'cutarv42 t)
)
)
(setq nerd-icons-font-family "Symbols Nerd Font Mono")
(setq nerd-icons-font-family "Symbols Nerd Font Mono")