Move ffap-machine-p-known to init.el

This commit is contained in:
James Cherti
2024-10-02 13:51:52 -04:00
parent c798145103
commit 92657c9ae1
2 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,11 @@
;;; Load pre-init.el
(minimal-emacs-load-user-init "pre-init.el")
;;; Networking
;; Don't ping things that look like domain names.
(setq ffap-machine-p-known 'reject)
;;; package.el
(when (bound-and-true-p minimal-emacs-package-initialize-and-refresh)
;; Initialize and refresh package contents again if needed