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