1
0
Fork 0

[doom] Add ef-themes, literal-calc-mode and dwim-shell-command

main
Sebastian Schulze 2022-09-09 19:43:45 +02:00
parent 21be8dba6e
commit fe757a2610
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
user-mail-address "{{ .me.email }}"
doom-font (font-spec :family "JetBrains Mono" :size 14)
doom-variable-pitch-font (font-spec :family "Iosevka Term" :size 14)
doom-theme (if (bascht/is-comacs) 'doom-one-light 'modus-operandi)
doom-theme (if (bascht/is-comacs) 'doom-one-light 'ef-duo-light)
doom-modeline-height 23
org-directory "~/Documents/Zettelkasten/"
bascht/wzzk "~/WirZwei/Zettelkasten"

View File

@ -10,6 +10,9 @@
(package! csv-mode)
(unpin! org-roam)
(package! org-roam-ui)
(package! ef-themes)
(package! literate-calc-mode)
(package! dwim-shell-command)
{{- range .doom.extra_packages }}
(package! {{ . }})