diff --git a/early-init.el b/early-init.el index 23c0a66..9143d73 100644 --- a/early-init.el +++ b/early-init.el @@ -84,9 +84,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and ;; Prefer loading newer compiled files (setq load-prefer-newer t) -;; Don't ping things that look like domain names. -(setq ffap-machine-p-known 'reject) - ;; Font compacting can be very resource-intensive, especially when rendering ;; icon fonts on Windows. This will increase memory usage. (setq inhibit-compacting-font-caches t) diff --git a/init.el b/init.el index cb7a05b..3bb6b46 100644 --- a/init.el +++ b/init.el @@ -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