emacs theme is now nord
This commit is contained in:
parent
866d85dc3a
commit
0a5fde840d
2 changed files with 15 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
||||||
;;
|
;;
|
||||||
;; See 'C-h v doom-font' for documentation and more examples of what they
|
;; See 'C-h v doom-font' for documentation and more examples of what they
|
||||||
;; accept. For example:
|
;; accept. For example:
|
||||||
;;
|
|
||||||
(setq doom-font (font-spec :family "Hack" :size 12)
|
(setq doom-font (font-spec :family "Hack" :size 12)
|
||||||
doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 12))
|
doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 12))
|
||||||
;;
|
;;
|
||||||
|
@ -32,7 +31,7 @@
|
||||||
;; 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-dracula)
|
(setq doom-theme 'doom-nord)
|
||||||
|
|
||||||
;; 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'.
|
||||||
|
|
14
emacs/.doom.d/custom.el
Normal file
14
emacs/.doom.d/custom.el
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
(custom-set-variables
|
||||||
|
;; custom-set-variables was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(org-agenda-files
|
||||||
|
'("/home/amd/Nextcloud/org/todo/todo.org" "/home/amd/Nextcloud/org/todo/chores.org" "/home/amd/Nextcloud/org/todo/servers.org" "/home/amd/Nextcloud/org/todo/workstations.org" "/home/amd/Nextcloud/org/notes.org"))
|
||||||
|
'(warning-suppress-types '((comp) (defvaralias))))
|
||||||
|
(custom-set-faces
|
||||||
|
;; custom-set-faces was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
)
|
Loading…
Reference in a new issue