diff options
author | colin <colin@cicadas.surf> | 2023-04-16 07:26:59 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-04-16 07:26:59 -0700 |
commit | fd8c3beaf4846fcd60d87474197ffeff088917e7 (patch) | |
tree | 507f9eb02673644497a6af483b043cbbedcb28f9 | |
parent | a933c64f98300d6a5646ac06f8530f5c08d553f5 (diff) |
theme twiddling
-rw-r--r-- | init-el.org | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/init-el.org b/init-el.org index 66948ae..2c4ab6a 100644 --- a/init-el.org +++ b/init-el.org @@ -599,13 +599,14 @@ New in emacs 28, native compilation can be enabled: ;(load "~/.emacs.d/shanty-themes.el") (setq my-installed-themes - '(lab-themes + '( morgentau-theme avk-emacs-themes - eziam-themes - monokai-pro-theme + + yoshi-theme timu-caribbean-theme + modus-themes lush-theme oldlace-theme soft-morning-theme @@ -623,20 +624,18 @@ New in emacs 28, native compilation can be enabled: #+begin_src elisp :results none (setq *my-themes* - '(modus-operandi - eziam-light + '(modus-operandi-tinted avk-daylight soft-morning - oldlace - lab-light - eziam-dusk - warm-night yoshi morgentau + warm-night timu-caribbean lush - eziam-dark - modus-vivendi)) + modus-vivendi-tinted)) + +(when (car custom-enabled-themes) + (disable-theme (car custom-enabled-themes))) (load-theme (first *my-themes*) t) @@ -1168,6 +1167,7 @@ stand up and move around. <<ocaml-config>> <<haskell-config>> <<c-and-cpp-config>> +<<haxe>> #+end_src ** Literate Programming @@ -1406,7 +1406,6 @@ from debian contrib - ** OCaml #+name: ocaml-config #+begin_src elisp :noweb no-export :results none |