summaryrefslogtreecommitdiff
path: root/theme.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2020-12-24 16:27:22 +0800
committerJSDurand <mmemmew@gmail.com>2020-12-24 17:48:34 +0800
commitf21945a5afa22e051d3888b8dcacb2b27900403f (patch)
treedd2a16838f9c537976ac213ca2a1dc8b3cb796d0 /theme.el
parent706f2000cedb1bc8983f07fca2f45e5090b79ddf (diff)
More progess
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)