summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-08 22:04:51 +0000
committerjao <jao@gnu.org>2021-02-08 22:04:51 +0000
commitb119fc482241153fa45a9abeae572e43a533a98d (patch)
tree2897320ef7886066ceb33552c11b56333170cd9b
parent6f6d49b8b561d8732b23b494e572a1ffd0e8f305 (diff)
downloadelibs-b119fc482241153fa45a9abeae572e43a533a98d.tar.gz
elibs-b119fc482241153fa45a9abeae572e43a533a98d.tar.bz2
titles for entry points
-rw-r--r--blog.org1
-rw-r--r--gnus.org1
-rw-r--r--lib/readme.org28
-rw-r--r--readme.org5
4 files changed, 19 insertions, 16 deletions
diff --git a/blog.org b/blog.org
index 831a6ff..69ebff0 100644
--- a/blog.org
+++ b/blog.org
@@ -1,3 +1,4 @@
+#+title: Org static blog
#+PROPERTY: header-args :tangle no :comments yes :results silent
* Vars and setup
diff --git a/gnus.org b/gnus.org
index 40eb451..975db84 100644
--- a/gnus.org
+++ b/gnus.org
@@ -1,3 +1,4 @@
+#+title: Gnus
#+PROPERTY: header-args :tangle yes :comments yes :results silent
* Feature switching vars
diff --git a/lib/readme.org b/lib/readme.org
index cf8013c..9936670 100644
--- a/lib/readme.org
+++ b/lib/readme.org
@@ -1,19 +1,19 @@
-* Elisp libraries
+#+title: Elisp libraries
-*** Literate Libraries
+* Literate Libraries
- - [[file:net/signel.org][signel]] a simplistic Signal client, using the signal-cli java lib.
- - [[file:media/espotify.org][espotify]] searching and playing Spotify using consult.
+ - [[file:net/signel.org][signel]] a simplistic Signal client, using the signal-cli java lib.
+ - [[file:media/espotify.org][espotify]] searching and playing Spotify using consult.
-*** Sections
+* Sections
- - [[./eos][eos]] generic utilities for the emacs operating system
- - [[./themes][themes]] color themes based on Emacs builtin custom themes
- - [[org][org]] utilities for org-mode
- - [[./doc][doc]] opening documents (pdfs, mostly)
- - [[./media][media]] utilities for music players and the like
- - [[./prog][prog]] utilities for compilation and programming modes
- - [[./net][net]] utilities for networking (w3m, weather &c.)
- - [[./bmk][bmk]] a web bookmark manager
+ - [[./eos][eos]] generic utilities for the emacs operating system
+ - [[./themes][themes]] color themes based on Emacs builtin custom themes
+ - [[org][org]] utilities for org-mode
+ - [[./doc][doc]] opening documents (pdfs, mostly)
+ - [[./media][media]] utilities for music players and the like
+ - [[./prog][prog]] utilities for compilation and programming modes
+ - [[./net][net]] utilities for networking (w3m, weather &c.)
+ - [[./bmk][bmk]] a web bookmark manager
- See also my [[https://jao.io/cgit/emacs][emacs custom files]].
+ See also my [[../][emacs custom files]].
diff --git a/readme.org b/readme.org
index 2e067f7..6a4777e 100644
--- a/readme.org
+++ b/readme.org
@@ -1,3 +1,4 @@
+#+title: Emacs configuration and personal packages
#+PROPERTY: header-args :tangle ~/.emacs.d/init.el :comments yes :results silent
* Bootstrap
@@ -53,10 +54,10 @@
You can tangle this readme to generate the minimal init.el file above.
-* Emacs configuration as a set of literate files
+* Configuration as a set of literate files
- [[./init.org][init.org]]: main configuration as a literate org file; it uses
- (besides lots of packages), many of my libraries in [[./libs][libs]], and loads
+ (besides lots of packages), many of my libraries in [[./lib][lib]], and loads
on demand the other org files below.
- [[./org.org][org.org]] org mode configuration.
- [[./consult.org][consult.org]]: completion setup using selectrum, consult and friends.