From 259363fd4f21d796c3c6a35be6398aed3f493a73 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Jan 2023 23:02:26 -0600 Subject: bleh --- lisp/+emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/+emacs.el') diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 870e4e2..97377a3 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el @@ -55,7 +55,7 @@ Do this only if the buffer is not visiting a file." cursor-type 'bar custom-file (.etc "custom.el") delete-old-versions t - echo-keystrokes 0.1 + echo-keystrokces 0.1 ediff-window-setup-function 'ediff-setup-windows-plain eldoc-echo-area-use-multiline-p nil eldoc-idle-delay 0.1 @@ -103,7 +103,7 @@ Do this only if the buffer is not visiting a file." ;; 'command-completion-default-include-p) ;; 'command-completion-default-include-p) read-process-output-max 1048576 ; We’re in the future man. Set that to at least a megabyte - recenter-positions '(top middle bottom) + recenter-positions '(top 2 middle bottom) regexp-search-ring-max 100 regexp-search-ring-max 200 save-interprogram-paste-before-kill t @@ -239,7 +239,7 @@ spaces. If N is negative, it will not delete newlines and leave N spaces. See docstring of `cycle-spacing' for the meaning of PRESERVE-NL-BACK and MODE." (interactive "*p") - (cycle-spacing (- n) preserve-nl-back mode)) + (cycle-spacing (- n))) (defun +save-buffers-quit (&optional arg) "Silently save each buffer, then kill the current connection. -- cgit 1.4.1-21-gabe81