Skip to content

Commit

Permalink
πŸ‘• dark をデフォに
Browse files Browse the repository at this point in the history
  • Loading branch information
yewton committed Dec 5, 2024
1 parent 49b2a03 commit 67e7f92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/toncs-config-ef-themes.org
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
(setq ef-themes-mixed-fonts t
ef-themes-variable-pitch-ui t)
(mapc #'disable-theme custom-enabled-themes)
(setq ef-themes-to-toggle '(ef-duo-light ef-duo-dark))
(ef-themes-select 'ef-duo-light)
(setq ef-themes-to-toggle '(ef-duo-dark ef-duo-light))
;; こうしγͺγ„γ¨γ€ιƒ¨εˆ†ηš„γ«γƒ†γƒΌγƒžγŒεζ˜ γ•γ‚Œγͺくγͺγ‚‹
(add-hook 'emacs-startup-hook (lambda () (ef-themes-select 'ef-duo-dark)))
(general-def "<f9>" #'ef-themes-toggle))
#+end_src

Expand Down

0 comments on commit 67e7f92

Please sign in to comment.