Skip to content

Commit

Permalink
tweak(skel): minor config.el refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent 05ca6d2 commit 3a01518
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions skel/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
;; Set the default GPG key ID, see "gpg --list-secret-keys"
;; (setq-default epa-file-encrypt-to '("XXXX"))

(setq
;; Set a theme for MinEmacs, supported themes include these from `doom-themes'
;; or built-in themes
minemacs-theme 'doom-one) ; `doom-one' is a dark theme, `doom-one-light' is the light one
;; Set a theme for MinEmacs, supported themes include these from `doom-themes'
;; or built-in themes
(setq minemacs-theme 'doom-one) ; `doom-one' is a dark theme, `doom-one-light' is the light one

;; MinEmacs defines the variable `minemacs-fonts-plist' that is used by the
;; `+setup-fonts' function. The function checks and enables the first available
Expand Down

0 comments on commit 3a01518

Please sign in to comment.