From 324a6440029ca939653f717d4dbbf0b116086d04 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 1 Feb 2018 19:50:35 -0500 Subject: [PATCH] Refactor; compilation-scroll-output=first-error; ffap-machine-p-known=reject --- core/core.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/core.el b/core/core.el index e91819052..e5b5ce7ad 100644 --- a/core/core.el +++ b/core/core.el @@ -78,10 +78,11 @@ melodramatic ex-vimmer disappointed with the text-editor status quo." apropos-do-all t ; make `apropos' more useful compilation-always-kill t ; kill compilation process before starting another compilation-ask-about-save nil ; save all buffers on `compile' - compilation-scroll-output t + compilation-scroll-output 'first-error confirm-nonexistent-file-or-buffer t - enable-recursive-minibuffers nil debug-on-error (and (not noninteractive) doom-debug-mode) + enable-recursive-minibuffers nil + ffap-machine-p-known 'reject ; don't ping things that look like domain names idle-update-delay 2 ; update ui less often load-prefer-newer (or noninteractive doom-debug-mode) ;; keep the point out of the minibuffer @@ -90,7 +91,7 @@ melodramatic ex-vimmer disappointed with the text-editor status quo." auto-save-default nil create-lockfiles nil history-length 500 - make-backup-files nil + make-backup-files nil ; don't create backup~ files ;; files abbrev-file-name (concat doom-local-dir "abbrev.el") auto-save-list-file-name (concat doom-cache-dir "autosave")