From 30876f44addb02f3e3ca50a4f7953fac12f25679 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 16 Jun 2024 10:29:00 +0200 Subject: [PATCH] Do not enable `fido-mode' since it has more down than up sides --- README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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