aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-05-29 11:25:15 -0700
committercolin <colin@cicadas.surf>2023-05-29 11:25:15 -0700
commit3aaa7c33819ff735d2f512e5a6cbf9925781ab32 (patch)
tree50bf3a7590c396d94e6432f5e9710bd6fba50d64
parent1f3780344767fe27d7df4fb1269d7c7124ae6375 (diff)
theme whittling
-rw-r--r--init-el.org32
1 files changed, 10 insertions, 22 deletions
diff --git a/init-el.org b/init-el.org
index 410505b..54ab70a 100644
--- a/init-el.org
+++ b/init-el.org
@@ -598,18 +598,9 @@ New in emacs 28, native compilation can be enabled:
;(load "~/.emacs.d/shanty-themes.el")
(setq my-installed-themes
- '(
- warm-night-theme
- badger-theme
- spacemacs-theme
- moe-theme
- morgentau-theme
- avk-emacs-themes
- solarized-theme
- shades-of-purple-theme
- yoshi-theme
- timu-caribbean-theme
- modus-themes))
+ '(sketch-themes
+ tao-theme
+ brutalist-theme))
(dolist (package my-installed-themes)
(when (not (package-installed-p package))
@@ -623,16 +614,12 @@ New in emacs 28, native compilation can be enabled:
#+begin_src elisp :results none
(setq *my-themes*
- '(modus-operandi-tritanopia
- spacemacs-light
- moe-light
- avk-daylight
- shades-of-purple
- yoshi
- morgentau
- warm-night
- solarized-dark-high-contrast
- modus-vivendi-tritanopia))
+ '(brutalist
+ brutalist-dark
+ sketch-white
+ sketch-black
+ tao-yang
+ tao-yin))
(when (car custom-enabled-themes)
(disable-theme (car custom-enabled-themes)))
@@ -1368,6 +1355,7 @@ from debian contrib
(?< "[<] list callers" slime-list-callers)
(?> "[>] list callees" slime-list-callees)
(?s "[s]ymbol describe" slime-describe-symbol)
+ (?S "[S]ync package" slime-sync-package-and-default-directory)
(?d "[d]ocumentation" slime-documentation)
(?\t "[TAB] inspect-presentation" slime-inspect-presentation-at-point)
(?B "Open CLTL2 [B]ook" open-cltl2)