summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--suweren/home/emacs-configuration.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/suweren/home/emacs-configuration.el b/suweren/home/emacs-configuration.el
index 27ef693..d9dfdf8 100644
--- a/suweren/home/emacs-configuration.el
+++ b/suweren/home/emacs-configuration.el
@@ -3,7 +3,7 @@
;;; https://github.com/fimblo/dot.emacs
;;; Theme Activation
-(load-theme 'modus-vivendi)
+(load-theme 'modus-operandi)
;;; Disable Org Indent Mode
(add-hook 'org-mode-hook (lambda () (org-indent-mode -1)))