From 0d6d2afaec3f6fb77f98828a812f86c42b6cf661 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Wed, 18 Jun 2025 23:06:44 +0200 Subject: [PATCH] reformating --- lisp/my/my.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/my/my.el b/lisp/my/my.el index 2529da20..4f15349e 100644 --- a/lisp/my/my.el +++ b/lisp/my/my.el @@ -67,8 +67,8 @@ [[help:helpful-function][Functions (extended)]] ..... =C-h= =F= [[help:helpful-key][Key (extended)]] ........... =C-h= =K= *Multiple cursors* [[help:mc/mark-all-dwim][Mark all at point]] .... =M-m= =s= =m= =a= - , Jump to next cursor ...... =C-v= , (un)hide other lines ..... =C-'= - , Jump to previous cursor .. =M-v= + · Jump to next cursor ...... =C-v= · (un)hide other lines ..... =C-'= + · Jump to previous cursor .. =M-v= /[[info:emacs#Key%2520Bindings][Other key bindings]]/ *Mouse* [[help:mwheel-scroll][Scroll right]] ........... =mouse-6= [[help:previous-buffer][Previous buffer]] ........ =mouse-8= @@ -79,8 +79,8 @@ *Spelling* (flyspell ispell) Spell check whole buffer ........................... [[help:flyspell-buffer][flyspell-buffer]] On-the-fly spell checking ............................ [[help:flyspell-mode][flyspell-mode]] - , [[help:flyspell-correct-wrapper][Correct word]] ............. =C-;= , [[help:flyspell-goto-next-error][Next error]] ............... =C-,= - , [[help:flyspell-correct-word][Correct word]] ......... =mouse-2= + · [[help:flyspell-correct-wrapper][Correct word]] ............. =C-;= · [[help:flyspell-goto-next-error][Next error]] ............... =C-,= + · [[help:flyspell-correct-word][Correct word]] ......... =mouse-2= *Org* see also [[elisp:(my-org-article-help)][Article help]] and YASnippet templates @@ -95,8 +95,8 @@ [[help:org-table-toggle-column-width][Shrink/expand column]] ... =C-c TAB= [[help:org-table-expand][Expand columns]] . =C-u C-u C-c TAB= [[help:org-table-create-or-convert-from-region][Convert seperator (1. tab, 2. comma, 3. space)]] ............... =C-c= =|= - , comma .............. =C-u= =C-c= =|= , tab separator .. =C-u= =C-u= =C-c= =|= - , spaces ..... =C-u= =INTEGER= =C-c= =|= , regex ........ =C-u= =REGEX= =C-c= =|= + · comma .............. =C-u= =C-c= =|= · tab separator .. =C-u= =C-u= =C-c= =|= + · spaces ..... =C-u= =INTEGER= =C-c= =|= · regex ........ =C-u= =REGEX= =C-c= =|= *SRC* [[help:org-babel-tangle][write src block to file]] (=:tangle filename=) ............... =C-c= =C-v= =t= @@ -128,8 +128,8 @@ *Elisp* [[help:eval-expression][Evaluate expression]] ........ =M-:= [[help:forward-sexp][Jump to next expression]] .. =C-M-f= - - [[help:eval-last-sexp][last to echo]] ......... =C-x= =C-e= [[help:backward-sexp][Jump tp prev. expression]] . =C-M-b= - - [[help:eval-print-last-sexp][last to buffer]] [[help:kill-sexp][Cut expression]] ........... =C-M-k= + · [[help:eval-last-sexp][last to echo]] ......... =C-x= =C-e= [[help:backward-sexp][Jump tp prev. expression]] . =C-M-b= + · [[help:eval-print-last-sexp][last to buffer]] [[help:kill-sexp][Cut expression]] ........... =C-M-k= [[help:mark-sexp][Mark expression]] .......... =C-M-@= [[help:backward-kill-sexp][Cut last expression]] . =C-M-backsp= [[help:counsel-set-variable][Set variable]] .............. =F2 j=