diff options
author | Gene Pasquet <dev@etenil.net> | 2025-03-07 05:08:27 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-03-07 05:08:27 +0000 |
commit | 5b61316b5a48852ee37f3104c0cb78f2e6127f3d (patch) | |
tree | 94bbe772ce943bb94ce94ca30cb70cd9a971eed4 | |
parent | feee2a3ab951e4a49bc8606368163e94ccb7569c (diff) |
Remove references to evangelion-theme
-rw-r--r-- | substrate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/substrate.el b/substrate.el index 155245f..9c93890 100644 --- a/substrate.el +++ b/substrate.el @@ -29,7 +29,7 @@ "Display line numbers on buffers" :type 'boolean :group 'substrate) (defcustom substrate-configure-theme t - "Configure the default theme (evangelion) as part of the substrate init" + "Configure the default theme as part of the substrate init" :type 'boolean :group 'substrate) (defcustom substrate-enable-evil nil "Enable evil-mode and the Vi-like keyboard mapping" |