Skip to content

Commit

Permalink
Emacs: set no confirm load theme to t
Browse files Browse the repository at this point in the history
To avoid annoying `(setq sml/no-confirm-load-theme t)`.
  • Loading branch information
Indy2222 committed May 22, 2018
1 parent 7081fac commit 1140bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
:demand t
:load-path "themes"
:config
(setq sml/no-confirm-load-theme t)
(load-theme 'monokai t))

(use-package smart-mode-line
Expand Down

0 comments on commit 1140bfb

Please sign in to comment.