diff options
-rw-r--r-- | systems/izumi/home-files/emacs-configuration.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/izumi/home-files/emacs-configuration.el b/systems/izumi/home-files/emacs-configuration.el index 98ac36e..e4a1d70 100644 --- a/systems/izumi/home-files/emacs-configuration.el +++ b/systems/izumi/home-files/emacs-configuration.el @@ -3,7 +3,7 @@ ;;; https://github.com/fimblo/dot.emacs ;;; Theme Activation -(load-theme 'manoj-dark) +(load-theme 'modus-vivendi) ;;; Disable Org Indent Mode (add-hook 'org-mode-hook (lambda () (org-indent-mode -1))) |