diff options
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) |