From bf1a315a402de404239d62756dc180c042c641c8 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 24 Dec 2024 02:09:18 -0700 Subject: readd geiser-guile loads, whitespace fixes, paredit in ielm + eshell --- .config/emacs/init.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.config/emacs/init.el') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 80edf5a..d51a47a 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -25,25 +25,25 @@ (setopt warning-minimum-level :error - inhibit-startup-message t + inhibit-startup-message t initial-major-mode 'eshell-mode initial-scratch-message nil - text-scale-mode-step 1.1 + text-scale-mode-step 1.1 - set-mark-command-repeat-pop t + set-mark-command-repeat-pop t - kill-whole-line t - kill-ring-max 1000 - undo-limit 320000 + kill-whole-line t + kill-ring-max 1000 + undo-limit 320000 - sentence-end-double-space nil + sentence-end-double-space nil next-line-add-newlines t scroll-up-aggressively '0.50 scroll-down-aggressively '0.50 - scroll-step 1 + scroll-step 1 - use-short-answers t + use-short-answers t vc-follow-symlinks t completion-ignore-case t read-buffer-completion-ignore-case t) -- cgit v1.2.3