From 4fbdf59388f0392bbc910ff31d776ccf44ca7ed1 Mon Sep 17 00:00:00 2001 From: Rush Earman Date: Sun, 8 Mar 2026 13:12:24 -0400 Subject: [PATCH] Remove fully-mono-themes --- .gitmodules | 3 --- fully-mono-themes | 1 - init.el | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 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)) -- 2.39.5