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 fancy-splash-image (concat doom-user-dir "splash.png"))
|
||||
(setq doom-theme 'doom-monokai-pro)
|
||||
;; (setq doom-theme 'doom-molokai)
|
||||
|
||||
(setq +doom-dashboard-pwd-policy nil)
|
||||
|
||||
|
@ -23,8 +22,8 @@
|
|||
(setq scroll-preserve-screen-position t)
|
||||
(setq global-hl-line-modes nil)
|
||||
|
||||
(custom-set-faces!
|
||||
'(line-number :foreground "#424242"))
|
||||
;; (custom-set-faces!
|
||||
;; '(line-number :foreground "#424242"))
|
||||
|
||||
(setq locale-coding-system 'utf-8)
|
||||
(set-terminal-coding-system 'utf-8)
|
||||
|
|
2
init.el
2
init.el
|
@ -43,7 +43,7 @@
|
|||
:editor
|
||||
file-templates ; auto-snippets for empty files
|
||||
fold ; (nigh) universal code folding
|
||||
format ; automated prettiness
|
||||
format ; automated prettiness
|
||||
;;god ; run Emacs commands without modifier keys
|
||||
;; lispy ; vim for lisp, for people who don't like vim
|
||||
;; multiple-cursors ; editing in many places at once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue