diff --git a/README.org b/README.org index 8837dd3..3e2b068 100644 --- a/README.org +++ b/README.org @@ -209,7 +209,6 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]]. ;; Known problem: EasyPG fails to save files encrypted with GnuPG v2.4.1. ;; Darwin: brew install gnupg@2.2 epg-pinentry-mode 'loopback - fido-mode t global-hl-line-mode t global-hl-line-sticky-flag t history-delete-duplicates t @@ -1292,8 +1291,7 @@ documentation. (when (ensure-package-installation 'vertico) ;; GAV: Builtin `fido-mode' may fix `find-file' completion when ;; using `vertico-directory' functions which confuse `find-file'. - ;; GAV: Builtin `fido-mode' improves the feel of the completion - ;; (good), but adds an extra line to the minibuffer bottom (ugly). + ;; GAV: Builtin `fido-mode' has more -1 votes than +1 votes. (vertico-mode +1)) #+end_src