diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-20 21:34:41 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-20 21:34:41 -0400 |
commit | 279a98e285014f0cc06fc0f32dd9ec91d2862f6a (patch) | |
tree | 03b9d9494f59d11f477de59eece22c6517addfbe | |
parent | abdc6c0798685f379780592d6e93a7fe03893309 (diff) | |
download | configs-279a98e285014f0cc06fc0f32dd9ec91d2862f6a.tar.gz configs-279a98e285014f0cc06fc0f32dd9ec91d2862f6a.tar.xz configs-279a98e285014f0cc06fc0f32dd9ec91d2862f6a.zip |
add CUSOTM_IDs to make toc links work in Emacs
-rw-r--r-- | emacs/init.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org index e21b0bd..1e44cab 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -14,6 +14,9 @@ TODO: description - [[#footer][Footer]] * Header +:PROPERTIES: +:CUSTOM_ID: header +:END: ** First line @@ -57,6 +60,9 @@ file. #+end_src * Initial setup +:PROPERTIES: +:CUSTOM_ID: initial-setup +:END: #+begin_src emacs-lisp :comments none ;;; Code: @@ -207,6 +213,9 @@ variable. #+end_src * Config +:PROPERTIES: +:CUSTOM_ID: config +:END: ** Org @@ -217,6 +226,9 @@ variable. #+end_src * Footer +:PROPERTIES: +:CUSTOM_ID: footer +:END: #+begin_src emacs-lisp :comments none ;;; init.el ends here |