Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all theme related stuff to the Example #138

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ filesystem, it is created. However, just the path is created, the files
'(rational-ui-default-font
'(:font "JetBrains Mono" :weight light :height 185)))

;; Install and load your theme
(rational-package-install-package 'doom-themes)
(load-theme 'doom-one t)

;; To not load `custom.el' after `config.el', uncomment this line.
Expand Down
1 change: 0 additions & 1 deletion modules/rational-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

(rational-package-install-package 'all-the-icons)
(rational-package-install-package 'doom-modeline)
(rational-package-install-package 'doom-themes)
(rational-package-install-package 'elisp-demos)
(rational-package-install-package 'helpful)

Expand Down