summaryrefslogtreecommitdiff
path: root/theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'theme.el')
-rw-r--r--theme.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/theme.el b/theme.el
index 0428059..76eb03a 100644
--- a/theme.el
+++ b/theme.el
@@ -38,7 +38,6 @@
modus-operandi-theme-scale-4 1.2
modus-operandi-theme-scale-5 1.3)
-(add-to-list 'load-path (expand-file-name "protesilaos/modus-themes" package-dir))
+(use-package "protesilaos/modus-themes" 'modus-vivendi-theme
+ (load-theme 'modus-vivendi t))
-(require 'modus-vivendi-theme)
-(load-theme 'modus-vivendi t)