Skip to content

Commit c48737c

Browse files
committed
nit: cleanup
1 parent d6aee19 commit c48737c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/me-vars.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ Compiled from the `system-configuration-features',
166166
:group 'minemacs-ui
167167
:type 'symbol)
168168

169-
(defvar minemacs--background-color nil)
170-
171169
(defcustom minemacs-disabled-packages nil
172170
"List of packages to be disabled when loading MinEmacs modules.
173171
This can be useful if you want to enable a module but you don't want a package
@@ -213,6 +211,7 @@ MinEmacs hooks will be run in this order:
213211
:group 'minemacs-core
214212
:type 'hook)
215213

214+
;; TODO: Maybe replace with `url-proxy-services' (if the last works with shell commands)
216215
(defcustom minemacs-proxies nil
217216
"MinEmacs proxies.
218217

0 commit comments

Comments
 (0)