summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-24 02:09:18 -0700
committerbd <bdunahu@operationnull.com>2024-12-24 02:09:18 -0700
commitbf1a315a402de404239d62756dc180c042c641c8 (patch)
treeb20bbe554b579dd612734c13fa9eb23390d33dd7 /.config/emacs/init.el
parent0f2188dea14a19fa808da2261816318c8814846b (diff)
readd geiser-guile loads, whitespace fixes, paredit in ielm + eshell
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el18
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)