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
|
;; Prefer loading newer compiled files
|
||||||
(setq load-prefer-newer t)
|
(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
|
;; Font compacting can be very resource-intensive, especially when rendering
|
||||||
;; icon fonts on Windows. This will increase memory usage.
|
;; icon fonts on Windows. This will increase memory usage.
|
||||||
(setq inhibit-compacting-font-caches t)
|
(setq inhibit-compacting-font-caches t)
|
||||||
|
|||||||
5
init.el
5
init.el
@@ -17,6 +17,11 @@
|
|||||||
;;; Load pre-init.el
|
;;; Load pre-init.el
|
||||||
(minimal-emacs-load-user-init "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
|
;;; package.el
|
||||||
(when (bound-and-true-p minimal-emacs-package-initialize-and-refresh)
|
(when (bound-and-true-p minimal-emacs-package-initialize-and-refresh)
|
||||||
;; Initialize and refresh package contents again if needed
|
;; Initialize and refresh package contents again if needed
|
||||||
|
|||||||
Reference in New Issue
Block a user