diff --git a/layers/+distributions/spacemacs-base/config.el b/layers/+distributions/spacemacs-base/config.el index e94378442..5c653aa11 100644 --- a/layers/+distributions/spacemacs-base/config.el +++ b/layers/+distributions/spacemacs-base/config.el @@ -62,6 +62,9 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'." ;; Scroll compilation to first error or end (setq compilation-scroll-output 'first-error) +;; Don't try to ping things that look like domain names +(setq ffap-machine-p-known 'reject) + ;; --------------------------------------------------------------------------- ;; Edit ;; ---------------------------------------------------------------------------