From: rearman Date: Wed, 15 Mar 2023 21:37:35 +0000 (-0400) Subject: Formatting changes, attempt to make =C-'= display properly X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=a46063ac58755079f5752da5293da6ef5f298df0;p=emacsinit.git Formatting changes, attempt to make =C-'= display properly --- diff --git a/init.org b/init.org index 7b8fbd4..5f68059 100644 --- a/init.org +++ b/init.org @@ -461,7 +461,7 @@ Just some basic stuff. I don't think I've seen too many configs that don't have *** Bindings -The usual bindings, aside from my special case of using =C-'X= in place of =C-u=. I have unbound =C-'X= in org-mode. +The usual bindings, aside from my special case of using =C-'= in place of =C-u=. I have unbound =C-'= in org-mode. #+BEGIN_SRC emacs-lisp (global-set-key (kbd "C-c l") 'org-store-link) @@ -776,7 +776,7 @@ There is no pre-made function to kill backward to the beginning of line from poi (global-set-key (kbd "C-u")'backward-kill-line) #+END_SRC -Since =C-u= is =universal-argument=, I put that functionality on =C-'X=. +Since =C-u= is =universal-argument=, I put that functionality on =C-'=. #+BEGIN_SRC emacs-lisp (global-set-key (kbd "C-'") 'universal-argument)