diff options
author | JSDurand <mmemmew@gmail.com> | 2020-12-24 16:27:22 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2020-12-24 17:48:34 +0800 |
commit | f21945a5afa22e051d3888b8dcacb2b27900403f (patch) | |
tree | dd2a16838f9c537976ac213ca2a1dc8b3cb796d0 /theme.el | |
parent | 706f2000cedb1bc8983f07fca2f45e5090b79ddf (diff) |
More progess
Diffstat (limited to 'theme.el')
-rw-r--r-- | theme.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |