From: Rush Earman Date: Sun, 8 Mar 2026 17:12:24 +0000 (-0400) Subject: Remove fully-mono-themes X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=4fbdf59388f0392bbc910ff31d776ccf44ca7ed1;p=emacsinit.git Remove fully-mono-themes --- diff --git a/.gitmodules b/.gitmodules index 65b0964..471f499 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 423348c..0000000 --- a/fully-mono-themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 423348c16151bb482f0ec796965a2c6c0db1a256 diff --git a/init.el b/init.el index fac2299..024641d 100644 --- 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))