diff options
author | jao <jao@gnu.org> | 2021-02-08 22:04:51 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-08 22:04:51 +0000 |
commit | b119fc482241153fa45a9abeae572e43a533a98d (patch) | |
tree | 2897320ef7886066ceb33552c11b56333170cd9b | |
parent | 6f6d49b8b561d8732b23b494e572a1ffd0e8f305 (diff) | |
download | elibs-b119fc482241153fa45a9abeae572e43a533a98d.tar.gz elibs-b119fc482241153fa45a9abeae572e43a533a98d.tar.bz2 |
titles for entry points
-rw-r--r-- | blog.org | 1 | ||||
-rw-r--r-- | gnus.org | 1 | ||||
-rw-r--r-- | lib/readme.org | 28 | ||||
-rw-r--r-- | readme.org | 5 |
4 files changed, 19 insertions, 16 deletions
@@ -1,3 +1,4 @@ +#+title: Org static blog #+PROPERTY: header-args :tangle no :comments yes :results silent * Vars and setup @@ -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]]. @@ -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. |