diff options
-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 |