diff options
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -908,12 +908,12 @@ :bind (("s-v" . visible-mode))) #+end_src *** Changes - #+BEGIN_SRC emacs-lisp + #+begin_src emacs-lisp (use-package goto-chg :ensure t :bind (("C-." . goto-last-change) ("C-," . goto-last-change-reverse))) - #+END_SRC + #+end_src *** Eval-and-replace #+BEGIN_SRC emacs-lisp (defun fc-eval-and-replace () |