diff options
author | bd <bdunahu@operationnull.com> | 2024-12-24 02:09:18 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-24 02:09:18 -0700 |
commit | bf1a315a402de404239d62756dc180c042c641c8 (patch) | |
tree | b20bbe554b579dd612734c13fa9eb23390d33dd7 /.config/emacs/init.el | |
parent | 0f2188dea14a19fa808da2261816318c8814846b (diff) |
readd geiser-guile loads, whitespace fixes, paredit in ielm + eshell
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 18 |
1 files changed, 9 insertions, 9 deletions
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) |