Remove/move some setqs

This commit is contained in:
David Morgan 2022-10-14 12:25:49 +01:00
parent 9bb8b4d6c4
commit 7f2a489654
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 3 additions and 5 deletions

View File

@ -5,8 +5,6 @@
(setq gc-cons-threshold most-positive-fixnum
gc-cons-percentage 0.6)
(setq load-prefer-newer nil)
(push '(menu-bar-lines . 0) default-frame-alist)
(push '(tool-bar-lines . 0) default-frame-alist)
(push '(vertical-scroll-bars) default-frame-alist)
@ -34,7 +32,6 @@
(setq-default cursor-in-non-selected-windows nil)
(setq highlight-nonselected-windows nil)
(setq fast-but-imprecise-scrolling t)
(setq ffap-machine-p-known 'reject)
(setq idle-update-delay 1.0)
(setq inhibit-compacting-font-caches t)
(setq redisplay-skip-fontification-on-input t)

View File

@ -40,8 +40,9 @@
(setq save-interprogram-paste-before-kill t
apropos-do-all t
mouse-yank-at-point t
require-final-newline t
load-prefer-newer t)
require-final-newline t)
(setq ffap-machine-p-known 'reject)
;; https://github.com/natecox/dotfiles/blob/master/workspaces/shared/symlinks/emacs/.emacs.d/nathancox.org
(setq sentence-end-double-space nil)