Remove an unnecessary t

This commit is contained in:
Gergely Polonkai 2021-03-09 18:00:48 +01:00
parent 0de6506827
commit 53fde18b3c
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 1 deletions

View File

@ -2185,7 +2185,7 @@ INFO plist."
(use-package ace-popup-menu
;; Unfortunately, avy-menu (used by this package) is not compatible with minions. I just
;; disable it for now.
:disabled t
:disabled
:config
(ace-popup-menu-mode 1))
#+END_SRC