emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 57b636a3b595ad3791658a3046df3864b8a81764
parent ae74394bd0b2ddbedc279cbe8287ed6ede7329b3
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 17 Aug 2018 16:47:39 -0400

Collapse links in org-mode by default.

Diffstat:
MREADME.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -820,7 +820,7 @@ Org emphasis markers. This need to happen before =org-mode= is loaded.
                 1)))                                           ;; newline
 #+END_SRC
 
-**** Set Link Format
+**** DISABLED Set Link Format
 Do not collapse the links.
 #+BEGIN_SRC emacs-lisp
   (org-toggle-link-display)