projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f2a5794
)
[emacs] update table of contents
author
Amin Bandali
<bandali@gnu.org>
Sat, 22 Dec 2018 20:57:07 +0000
(15:57 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 22 Dec 2018 20:59:58 +0000
(15:59 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
3ae9946
..
ae458c7
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-54,6
+54,13
@@
make build
- [[#header][Header]]
- [[#initial-setup][Initial setup]]
- [[#core][Core]]
- [[#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]]
- [[#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=
#+end_src
* Borg's =layer/essentials=
+:PROPERTIES:
+:CUSTOM_ID: borg-essentials
+:END:
TODO: break this giant source block down into individual org sections.
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
#+end_src
* Editing
+:PROPERTIES:
+:CUSTOM_ID: editing
+:END:
** Company
** Company
@@
-1165,6
+1178,9
@@
TODO: break this giant source block down into individual org sections.
#+end_src
* Syntax and spell checking
#+end_src
* Syntax and spell checking
+:PROPERTIES:
+:CUSTOM_ID: syntax-spell-checking
+:END:
#+begin_src emacs-lisp
(use-package flycheck
#+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
#'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]])
** [[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
: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]]
** [[https://github.com/justbur/emacs-which-key][which-key]]
@@
-1998,6
+2020,9
@@
Hopefully temporary.
#+end_src
* Email
#+end_src
* Email
+:PROPERTIES:
+:CUSTOM_ID: email
+:END:
#+begin_src emacs-lisp
(defvar amin-maildir (expand-file-name "~/mail/"))
#+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
#+end_src
* Blogging
+:PROPERTIES:
+:CUSTOM_ID: blogging
+:END:
** [[https://ox-hugo.scripter.co][ox-hugo]]
** [[https://ox-hugo.scripter.co][ox-hugo]]