Compare commits

...

2 Commits

Author SHA1 Message Date
Oliver Payne eea510eaba Auto fill for all text 2022-12-21 22:17:01 +00:00
Oliver Payne 10b1b1243e Add save-place mode 2022-12-21 22:14:20 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
(tool-bar-mode -1)
(show-paren-mode t)
(savehist-mode t)
(save-place-mode 1)
;; Thinkpad keyboards have PrtSc where right alt should be
(global-set-key (kbd "<print>") 'execute-extended-command)
;; OpenBSD prefixes gnu coreutils programs with g
@ -121,7 +122,7 @@
:init
(setq expand-region-fast-keys-enabled t))
(add-hook 'org-mode-hook 'auto-fill-mode)
(add-hook 'text-mode-hook 'auto-fill-mode)
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
(add-hook 'prog-mode-hook 'turn-on-smartparens-strict-mode)