emacs: centralise minor modes

This commit is contained in:
Jeremy Baxter 2024-07-19 10:01:53 +12:00
parent 5e8a57f41e
commit 6747292dce

View file

@ -12,6 +12,8 @@
(savehist-mode -1)
(global-hl-line-mode)
(column-number-mode)
(recentf-mode)
(save-place-mode)
;; basic key binds
(global-set-key (kbd "C-`") 'other-window)
@ -296,13 +298,9 @@
smtpmail-smtp-service 465
smtpmail-stream-type 'ssl)
;; misc
;; save files and your position in them
(save-place-mode)
(recentf-mode)
;; enable disabled commands
(put 'dired-find-alternate-file 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)