summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-09 17:35:47 -0600
committerCase Duckworth2021-01-09 17:35:47 -0600
commit5a762e27accdeefe18a9e5d999fd495f5e352999 (patch)
tree25357dbaa008e6ad97c82774778dacc5f65fa446 /config.org
parentUpdate README (diff)
downloademacs-5a762e27accdeefe18a9e5d999fd495f5e352999.tar.gz
emacs-5a762e27accdeefe18a9e5d999fd495f5e352999.zip
Remove sml/theme definition
It’s really annoying … if I load run ‘refresh-emacs’, the sml theme is all wrong – I
have to re-run ‘sml/setup’.  I tried adding a ton of different orders of
‘sml/apply-theme ’dark’, etc, in different places, but none of theme solved the
problem.

I’ll just count on the fact that I won’t often run ‘refresh-emacs’, I guess.
Diffstat (limited to 'config.org')
-rw-r--r--config.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.org b/config.org index e939a4c..c66b43c 100644 --- a/config.org +++ b/config.org
@@ -391,7 +391,6 @@ Commented for now because I really need to figure out the keybindings I want to
391 391
392 (cuss sml/no-confirm-load-theme t 392 (cuss sml/no-confirm-load-theme t
393 "Pass the NO-CONFIRM flag to `load-theme'.") 393 "Pass the NO-CONFIRM flag to `load-theme'.")
394 (cuss sml/theme 'respectful)
395 394
396 (sml/setup) 395 (sml/setup)
397 #+END_SRC 396 #+END_SRC