Move ffap-machine-p-known to init.el
This commit is contained in:
@@ -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)
|
||||
|
||||
5
init.el
5
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
|
||||
|
||||
Reference in New Issue
Block a user