diff options
-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 |