[Emacs] Typo and formatting

This commit is contained in:
Lucien Cartier-Tilet 2022-05-15 00:32:51 +02:00
parent 1c911b9821
commit d99f605d5b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -923,8 +923,8 @@ as leaders for my keybinds, and Im way too used to Emacs ~C-t~, ~C-a~,
#+end_src
Something else that really bugs me is I use the bépo layout, which is
not at all like the qwerty layout. For instance, <hjkl> becomes
<ctsr>. Thus, I need some bépo-spécific changes.
not at all like the qwerty layout. For instance, ~hjkl~ becomes ~ctsr~.
Thus, I need some bépo-specific changes.
#+name: evil-bepo
#+begin_src emacs-lisp :tangle no
(dolist (key '("c" "C" "t" "T" "s" "S" "r" "R" "h" "H" "j" "J" "k" "K" "l" "L"))