]> git.earman.xyz Git - emacsinit.git/commitdiff
Remove fully-mono-themes
authorRush Earman <iv@earman.xyz>
Sun, 8 Mar 2026 17:12:24 +0000 (13:12 -0400)
committerRush Earman <iv@earman.xyz>
Sun, 8 Mar 2026 17:12:24 +0000 (13:12 -0400)
.gitmodules
fully-mono-themes [deleted submodule]
init.el

index 65b09646a13c655e93382038bc06bfdb7f385b1e..471f499820cf03fcb0235b64688d1043c3a32d67 100644 (file)
@@ -4,6 +4,3 @@
 [submodule "sedit-mouse"]
        path = sedit-mouse
        url = git@github.com:rearman/sedit-mouse.git
-[submodule "fully-mono-themes"]
-       path = fully-mono-themes
-       url = https://github.com/rearman/fully-mono-themes
diff --git a/fully-mono-themes b/fully-mono-themes
deleted file mode 160000 (submodule)
index 423348c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 423348c16151bb482f0ec796965a2c6c0db1a256
diff --git a/init.el b/init.el
index fac2299582aa9418cd90059b7e310c8d12db492f..024641dff81806c36ff358f73bc128233177fb4d 100644 (file)
--- a/init.el
+++ b/init.el
@@ -22,7 +22,7 @@
            (require 're-pass-alike)
            (require 're-dired-defuns)
            (require 're-skeletons)
-           (when (not (equal system-type 'windows-nt) (require 're-mu4e)))))
+           (when (not (equal system-type 'windows-nt)) (require 're-mu4e))))
 
 (add-to-list 'auto-mode-alist '("\\.keymap\\'" . c-mode))
 (add-to-list 'auto-mode-alist '("\\.dtsi\\'" . c-mode))