simplified config a bit
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user