diff options
author | jao <jao@gnu.org> | 2021-05-26 05:02:30 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-26 05:02:30 +0100 |
commit | 23578b52f9d77300b35f930d3b76046972f293a7 (patch) | |
tree | 43cb7f33acf69df889f99b90c5464f5a8f537918 | |
parent | 5da4c732d6687709ebb03461e110ae3f583cdea5 (diff) | |
download | elibs-23578b52f9d77300b35f930d3b76046972f293a7.tar.gz elibs-23578b52f9d77300b35f930d3b76046972f293a7.tar.bz2 |
readme: a not on org-auto-tangle and orglink
-rw-r--r-- | readme.org | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -10,8 +10,12 @@ =~/.emacs.d/init.el=). However, also note that if [[https://github.com/jingtaozf/literate-elisp/blob/master/literate-elisp.org][literate-elisp]] is installed, we load - instead directly the org file. It's because of that that we start - by setting up packages. + instead the org file, directly. It's because of that that we start + by setting up packages. A drawback of literate-elisp is that it + only knows how to load with lexical binding set to nil, so i tend to + prefer just loading tangled .el files. The packages [[https://github.com/yilkalargaw/org-auto-tangle][org-auto-tangle]] + (to asyncronously generate those files) and [[https://github.com/tarsius/orglink][orglink]] (to easily + navigate between the two flavours) come in handy in that scenario. Here's the directory where a checkout of this repo lives: @@ -67,7 +71,8 @@ - [[./init.org][init.org]]: main configuration as a literate org file; it uses (besides lots of packages), many of my libraries in [[./lib][lib]], and loads on demand the other org files below. -- [[./completion.org][completion.org]]: completion setup using company, consult and friends. +- [[./completion.org][completion.org]]: completion setup using corfu, vertico, consult and + friends. - [[./org.org][org.org]] org mode configuration. - [[./blog.org][blog.org]]: blogging using org-static-blog. - [[./email.org][email.org]]: generic email handling in emacs. @@ -78,4 +83,5 @@ called. The [[./attic][attic]] contains other literate configuration files not currently -used by init.org, like [[./attic/counsel.org][counsel.org]] for old ivy-based completion. +used by init.org, like [[./attic/counsel.org][counsel.org]] for old ivy-based completion, or +[[file:attic/w3m.org][w3m.org]] for an emacs-w3m configuration i used for many years. |