Remove dangling ace-popup-menu configuration

It is not working for a while now, why keep it?
This commit is contained in:
Gergely Polonkai 2023-10-20 15:51:39 +02:00
parent ebcaf1c6da
commit 8be18afab7
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 11 deletions

View File

@ -2267,17 +2267,6 @@ INFO plist."
'libnotify)))
#+END_SRC
** Replace the GUI popup menu with something more efficient
#+BEGIN_SRC emacs-lisp
(use-package ace-popup-menu
;; Unfortunately, avy-menu (used by this package) is not compatible with minions. I just
;; disable it for now.
:disabled
:config
(ace-popup-menu-mode 1))
#+END_SRC
** Im an achiever!
#+BEGIN_SRC emacs-lisp