From 8e4d03f44d7467a7d54c0aa47086ddea3a73b859 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 30 Dec 2021 23:07:58 -0600 Subject: More stuff --- lisp/+emacs.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lisp/+emacs.el') diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 39b064c..792da40 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el @@ -63,6 +63,7 @@ Do this only if the buffer is not visiting a file." frame-resize-pixelwise t global-auto-revert-non-file-buffers t global-mark-ring-max 100 + hscroll-margin 1 hscroll-step 1 imenu-auto-rescan t indent-tabs-mode nil @@ -83,6 +84,7 @@ Do this only if the buffer is not visiting a file." 'face 'minibuffer-prompt) mode-require-final-newline 'visit-save mouse-drag-copy-region t + mouse-wheel-progressive-speed nil mouse-yank-at-point t native-comp-async-report-warnings-errors 'silent read-answer-short t @@ -95,8 +97,11 @@ Do this only if the buffer is not visiting a file." regexp-search-ring-max 200 save-interprogram-paste-before-kill t scroll-conservatively 101 + scroll-down-aggressively 0.01 + scroll-margin 1 scroll-preserve-screen-position 1 scroll-step 1 + scroll-up-aggressively 0.01 search-ring-max 200 search-ring-max 200 sentence-end-double-space t @@ -212,7 +217,7 @@ kill without asking." (and (not arg))) (when (yes-or-no-p "Sure you want to quit? ") (save-buffers-kill-emacs)) - (server-save-buffers-kill-terminal nil))) + (delete-frame nil :force))) ;; ... and advice -- cgit 1.4.1-21-gabe81