small
This commit is contained in:
parent
0ba73008fa
commit
5caba931d6
2 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
||||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
|
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
|
||||||
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
|
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
|
||||||
(setq doom-theme 'doom-monokai-pro)
|
(setq doom-theme 'doom-monokai-pro)
|
||||||
;; (setq doom-theme 'doom-molokai)
|
|
||||||
|
|
||||||
(setq +doom-dashboard-pwd-policy nil)
|
(setq +doom-dashboard-pwd-policy nil)
|
||||||
|
|
||||||
|
@ -23,8 +22,8 @@
|
||||||
(setq scroll-preserve-screen-position t)
|
(setq scroll-preserve-screen-position t)
|
||||||
(setq global-hl-line-modes nil)
|
(setq global-hl-line-modes nil)
|
||||||
|
|
||||||
(custom-set-faces!
|
;; (custom-set-faces!
|
||||||
'(line-number :foreground "#424242"))
|
;; '(line-number :foreground "#424242"))
|
||||||
|
|
||||||
(setq locale-coding-system 'utf-8)
|
(setq locale-coding-system 'utf-8)
|
||||||
(set-terminal-coding-system 'utf-8)
|
(set-terminal-coding-system 'utf-8)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue