summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-22 15:57:07 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-22 15:59:58 -0500
commit673d5faae25967024eee99332d69208be127e291 (patch)
treee9a9392cf89d976a5712bdd7da1d45740c735780 /init.org
parentf2a5794494de4bf1b018c6c540365bad40b0dafb (diff)
downloadconfigs-673d5faae25967024eee99332d69208be127e291.tar.gz
configs-673d5faae25967024eee99332d69208be127e291.tar.xz
configs-673d5faae25967024eee99332d69208be127e291.zip
[emacs] update table of contents
Diffstat (limited to '')
-rw-r--r--init.org30
1 files changed, 29 insertions, 1 deletions
diff --git a/init.org b/init.org
index 3ae9946..ae458c7 100644
--- a/init.org
+++ b/init.org
@@ -54,6 +54,13 @@ make build
- [[#header][Header]]
- [[#initial-setup][Initial setup]]
- [[#core][Core]]
+- [[#borg-essentials][Borg's =layer/essentials=]]
+- [[#editing][Editing]]
+- [[#syntax-spell-checking][Syntax and spell checking]]
+- [[#programming-modes][Programming modes]]
+- [[#emacs-enhancements][Emacs enhancements]]
+- [[#email][Email]]
+- [[#blogging][Blogging]]
- [[#post-initialization][Post initialization]]
- [[#footer][Footer]]
@@ -1062,6 +1069,9 @@ There's no way I could top that, so I won't attempt to.
#+end_src
* Borg's =layer/essentials=
+:PROPERTIES:
+:CUSTOM_ID: borg-essentials
+:END:
TODO: break this giant source block down into individual org sections.
@@ -1144,6 +1154,9 @@ TODO: break this giant source block down into individual org sections.
#+end_src
* Editing
+:PROPERTIES:
+:CUSTOM_ID: editing
+:END:
** Company
@@ -1165,6 +1178,9 @@ TODO: break this giant source block down into individual org sections.
#+end_src
* Syntax and spell checking
+:PROPERTIES:
+:CUSTOM_ID: syntax-spell-checking
+:END:
#+begin_src emacs-lisp
(use-package flycheck
@@ -1208,6 +1224,9 @@ TODO: break this giant source block down into individual org sections.
#'endless/replace-quote))
#+end_src
* Programming modes
+:PROPERTIES:
+:CUSTOM_ID: programming-modes
+:END:
** [[http://alloytools.org][Alloy]] (with [[https://github.com/dwwmmn/alloy-mode][alloy-mode]])
@@ -1576,7 +1595,10 @@ treemacs
:load-path "lib/guix/elisp")
#+end_src
-* Emacs Enhancements
+* Emacs enhancements
+:PROPERTIES:
+:CUSTOM_ID: emacs-enhancements
+:END:
** [[https://github.com/justbur/emacs-which-key][which-key]]
@@ -1998,6 +2020,9 @@ Hopefully temporary.
#+end_src
* Email
+:PROPERTIES:
+:CUSTOM_ID: email
+:END:
#+begin_src emacs-lisp
(defvar amin-maildir (expand-file-name "~/mail/"))
@@ -2265,6 +2290,9 @@ I tried using =borg-elpa= instead of doing it like this, but it added
#+end_src
* Blogging
+:PROPERTIES:
+:CUSTOM_ID: blogging
+:END:
** [[https://ox-hugo.scripter.co][ox-hugo]]