summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.org b/init.org
index bd60a11..226c85f 100644
--- a/init.org
+++ b/init.org
@@ -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 ()