diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index f523266..bcce566 100644 --- a/config.org +++ b/config.org | |||
@@ -918,6 +918,14 @@ For right now, I’m /just/ using Anzu – I don’t like parts of =isearch= but | |||
918 | (rm/whitelist-add "Ovwrt") | 918 | (rm/whitelist-add "Ovwrt") |
919 | #+end_src | 919 | #+end_src |
920 | 920 | ||
921 | *** The Mark | ||
922 | |||
923 | #+begin_src emacs-lisp | ||
924 | (cuss set-mark-repeat-command-pop t | ||
925 | "Repeat `set-mark-command' with a prefix argument, without | ||
926 | repeatedly entering the prefix argument.") | ||
927 | #+end_src | ||
928 | |||
921 | * Programming | 929 | * Programming |
922 | 930 | ||
923 | ** Parentheses | 931 | ** Parentheses |