dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit c3c15c5266ecc7ea2b6bf360c309ebbd6f69fac1
parent 6126bcaf0743bc495d6987e67c3b86e276d703d7
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Tue, 16 May 2023 21:27:16 +0300

emacs: sentence ends with only one space

Diffstat:
Memacs/.emacs.d/init.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -8,6 +8,8 @@ (setq make-backup-files nil) (setq auto-save-default nil) +(setq sentence-end-double-space nil) + ;; can use s-<arrow> for window switching (windmove-default-keybindings)