]> git.donarmstrong.com Git - lib.git/commitdiff
add missing ) to configuration
authorDon Armstrong <don@donarmstrong.com>
Fri, 29 Dec 2017 19:14:28 +0000 (11:14 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 29 Dec 2017 19:14:28 +0000 (11:14 -0800)
emacs_el/configuration/don-configuration.org

index 3af43ff679db09f372cb096c3cb84359193aa32b..c3abecfe2424c8315bbbd34cf5ee81d90726725c 100644 (file)
@@ -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