summaryrefslogtreecommitdiffhomepage
path: root/readme.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-26 05:02:30 +0100
committerjao <jao@gnu.org>2021-05-26 05:02:30 +0100
commit23578b52f9d77300b35f930d3b76046972f293a7 (patch)
tree43cb7f33acf69df889f99b90c5464f5a8f537918 /readme.org
parent5da4c732d6687709ebb03461e110ae3f583cdea5 (diff)
downloadelibs-23578b52f9d77300b35f930d3b76046972f293a7.tar.gz
elibs-23578b52f9d77300b35f930d3b76046972f293a7.tar.bz2
readme: a not on org-auto-tangle and orglink
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org14
1 files changed, 10 insertions, 4 deletions
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.