Prevent pinging remote hosts unnecessarily

This commit is contained in:
David Morgan 2023-02-01 06:58:36 +00:00
parent ba4db2a797
commit d5c3b0e2cc
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 2 deletions

View File

@ -47,8 +47,10 @@
mouse-yank-at-point t
require-final-newline t)
(setq ffap-machine-p-known 'reject)
(setq ffap-machine-p-local 'accept
ffap-machine-p-known 'reject
ffap-machine-p-unkown 'reject)
;; #111111 #0f0f0f gray10 grey20
;; https://github.com/natecox/dotfiles/blob/master/workspaces/shared/symlinks/emacs/.emacs.d/nathancox.org
(setq sentence-end-double-space nil)
(set-charset-priority 'unicode)