Commit b58349f63ba7

Vincent Demeester <vincent@sbr.pm>
2020-06-24 10:23:41
tools/emacs: remove modus-theme submodules…
… and use package version (from elpa / …) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a7d3a65
Changed files (4)
tools/emacs/lisp/modus-themes
@@ -1,1 +0,0 @@
-Subproject commit 3406e29e82a135292200b993dc30f5d45aed26a3
tools/emacs/early-init.el
@@ -35,8 +35,6 @@
   (run-hooks 'contrib/after-load-theme-hook))
 
 (advice-add #'load-theme :after #'contrib/run-after-load-theme-hook)
-
-(add-to-list 'load-path (concat user-emacs-directory "lisp/modus-themes"))
 (require 'modus-operandi-theme)
 
 (defun sbr/modus-operandi ()
users/vincent/dev/emacs.nix
@@ -79,6 +79,7 @@ in
       magit-todos
       markdown-mode
       minions
+      modus-operandi-theme
       moody
       mwim
       nix-buffer
.gitmodules
@@ -1,6 +1,3 @@
-[submodule "tools/emacs/lisp/modus-themes"]
-	path = tools/emacs/lisp/modus-themes
-	url = https://gitlab.com/protesilaos/modus-themes.git
 [submodule "tools/emacs/lisp/vorg"]
 	path = tools/emacs/lisp/vorg
 	url = https://gitlab.com/vdemeester/vorg.git