We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aee19 commit c48737cCopy full SHA for c48737c
core/me-vars.el
@@ -166,8 +166,6 @@ Compiled from the `system-configuration-features',
166
:group 'minemacs-ui
167
:type 'symbol)
168
169
-(defvar minemacs--background-color nil)
170
-
171
(defcustom minemacs-disabled-packages nil
172
"List of packages to be disabled when loading MinEmacs modules.
173
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:
213
211
:group 'minemacs-core
214
212
:type 'hook)
215
+;; TODO: Maybe replace with `url-proxy-services' (if the last works with shell commands)
216
(defcustom minemacs-proxies nil
217
"MinEmacs proxies.
218
0 commit comments