Disable automatic pining of unknown hosts

See https://www.n16f.net/blog/investigating-a-ffap-issue-in-emacs/ for more
information.
This commit is contained in:
dbo 2023-01-21 10:52:23 +01:00
parent 91be906e72
commit a3f8a95c4b
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 7 additions and 0 deletions

View File

@ -596,6 +596,13 @@
:config (progn
(tab-bar-history-mode +1)))
(use-package ffap
;; Inhibit Emacs from pinging hostnames; see
;; https://www.n16f.net/blog/investigating-a-ffap-issue-in-emacs/
:init (setq ffap-machine-p-local 'accept
ffap-machine-p-known 'accept
ffap-machine-p-unknown 'reject))
;; * Essential external packages