From 3d9e3a2d70d86fb98f5e72f1992a84e30ad3be03 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 29 Dec 2017 11:14:28 -0800 Subject: [PATCH] add missing ) to configuration --- emacs_el/configuration/don-configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 3af43ff..c3abecf 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -265,6 +265,7 @@ value, scrolling continues until there is no more output. :ensure t :bind (("C-c j ," . goto-last-change) ("C-c j ." . goto-last-change-reverse)) + ) #+END_SRC *** Jumping to bookmarks (visible bookmarks, bm) #+BEGIN_SRC emacs-lisp -- 2.39.2