From 23578b52f9d77300b35f930d3b76046972f293a7 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 26 May 2021 05:02:30 +0100 Subject: readme: a not on org-auto-tangle and orglink --- readme.org | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'readme.org') diff --git a/readme.org b/readme.org index 4e0add8..43822c5 100644 --- a/readme.org +++ b/readme.org @@ -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. -- cgit v1.2.3