dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5510bcf91fe59eddc050602da9217f5583a6abe3
parent 015206c7d86434148c0a700aa3d262025f8eb25b
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  7 Jul 2022 23:23:00 +0200

emacs: enable repeat-mode

Diffstat:
Memacs/config.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1972,6 +1972,10 @@ And keybindings: (za/global-set-key (kbd "C-o") #'za/open-line) (za/global-set-key (kbd "C-M-o") #'za/open-line-keep-point) #+end_src +** Repeat mode: easy repeating of commans +#+begin_src emacs-lisp + (repeat-mode 1) +#+end_src * Markdown Markdown mode settings.