Do not enable `fido-mode' since it has more down than up sides

This commit is contained in:
Gerard Vermeulen 2024-06-16 10:29:00 +02:00
parent c2f94856fe
commit 30876f44ad

View File

@ -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