diff options
author | Colin Okay <colin@cicadas.surf> | 2022-11-01 08:36:22 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-11-01 08:36:22 -0500 |
commit | 674ee8ffca4026bee182b86bafa9aabbf31d3f84 (patch) | |
tree | c275a1408a33ce8cf763d0da37032d07e25f9453 | |
parent | c509f20114366d4b6281894d0bed9271e92545e9 (diff) |
post-halloween themes
-rw-r--r-- | init-el.org | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/init-el.org b/init-el.org index a35f357..8d8f276 100644 --- a/init-el.org +++ b/init-el.org @@ -659,15 +659,13 @@ So, to use this file for the very first time you must (setq *my-themes* '( - ef-summer + modus-operandi ef-duo-light ef-day - ef-cyprus + dracula ef-cherie ef-autumn - ef-deuteranopia-dark - ef-trio-dark - halloweenie)) + modus-vivendi )) (defun my-theme-string () (if (car custom-enabled-themes) @@ -1642,7 +1640,7 @@ a file whenever it is saved. (package-install 'projectile) (projectile-mode +1) (setq projectile-project-search-path '("~/projects/")) -(setq projectile-indexing-method 'alien) +(setq projectile-indexing-method 'native) (setq org-duration-format 'h:mm) (def-my-command my-projectile-command |