Set config
This commit is contained in:
parent
9bb87d5d71
commit
e5852b64b4
2
arch-config/.doom.d/config.el
Executable file → Normal file
2
arch-config/.doom.d/config.el
Executable file → Normal file
@ -27,7 +27,6 @@
|
|||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
;(setq doom-theme 'doom-one)
|
|
||||||
(setq doom-theme 'doom-palenight)
|
(setq doom-theme 'doom-palenight)
|
||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
@ -36,7 +35,6 @@
|
|||||||
|
|
||||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
;; This determines the style of line numbers in effect. If set to `nil', line
|
||||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
;(setq display-line-numbers-type t)
|
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user