feat(*): profiles & remove TOCs

This commit is contained in:
Pavel Korytov 2022-06-26 21:53:26 +03:00
parent fbca334a35
commit f12737bb44
4 changed files with 6 additions and 9 deletions

View file

@ -1,5 +1,6 @@
(specifications->manifest (specifications->manifest
'( '(
"leiningen"
"python-virtualenv" "python-virtualenv"
"python" "python"
"php" "php"
@ -11,9 +12,10 @@
"lua" "lua"
"gcc-toolchain" "gcc-toolchain"
"go" "go"
"openjdk" "openjdk:jdk"
"node" "node"
"git-filter-repo" "git-filter-repo"
"virt-manager"
"postgresql" "postgresql"
"docker-compose" "docker-compose"
"pandoc" "pandoc"

View file

@ -7,8 +7,6 @@
#+PROPERTY: header-args:bash :tangle-mode (identity #o755) :comments link :shebang "#!/usr/bin/env bash" #+PROPERTY: header-args:bash :tangle-mode (identity #o755) :comments link :shebang "#!/usr/bin/env bash"
#+OPTIONS: broken-links:auto h:6 toc:nil #+OPTIONS: broken-links:auto h:6 toc:nil
#+TOC headlines 6
* Contents :noexport: * Contents :noexport:
:PROPERTIES: :PROPERTIES:
:TOC: :include all :depth 3 :TOC: :include all :depth 3

View file

@ -17,8 +17,6 @@ Parts prefixed with (OFF) are not used, but kept for historic purposes. For some
References: References:
- [[https://sqrtminusone.xyz/posts/2022-02-12-literate/][A few cases of literate configuration]]. My blog post that explains some of techniques from this file. - [[https://sqrtminusone.xyz/posts/2022-02-12-literate/][A few cases of literate configuration]]. My blog post that explains some of techniques from this file.
#+TOC: headlines 6
* Contents :noexport: * Contents :noexport:
:PROPERTIES: :PROPERTIES:
:TOC: :include all :depth 3 :TOC: :include all :depth 3
@ -3333,7 +3331,7 @@ This section generates manifests for various desktop software that I'm using.
| office | ffmpeg | | office | ffmpeg |
| office | kdenlive | | office | kdenlive |
| office | inkscape | | office | inkscape |
| office | evince | | office | okular |
** LaTeX ** LaTeX
| Category | Guix dependency | | Category | Guix dependency |
|----------+-------------------------------| |----------+-------------------------------|
@ -3352,7 +3350,7 @@ This section generates manifests for various desktop software that I'm using.
| dev | virt-manager | | | dev | virt-manager | |
| dev | git-filter-repo | | | dev | git-filter-repo | |
| dev | node | | | dev | node | |
| dev | openjdk | | | dev | openjdk:jdk | |
| dev | go | | | dev | go | |
| dev | gcc-toolchain | | | dev | gcc-toolchain | |
| dev | lua | | | dev | lua | |
@ -3366,6 +3364,7 @@ This section generates manifests for various desktop software that I'm using.
| dev | php | | | dev | php | |
| dev | python | | | dev | python | |
| dev | python-virtualenv | | | dev | python-virtualenv | |
| dev | leiningen | |
** Manifests ** Manifests
#+NAME: packages #+NAME: packages
#+begin_src emacs-lisp :tangle no :var category="" #+begin_src emacs-lisp :tangle no :var category=""

View file

@ -18,8 +18,6 @@ But I also have an Exchange account, with which I communicate via IMAP/SMTP adap
References: References:
- [[https://sqrtminusone.xyz/posts/2021-02-27-gmail/][My post]] about email configuration. I wrote it some time ago, but the general idea remains. - [[https://sqrtminusone.xyz/posts/2021-02-27-gmail/][My post]] about email configuration. I wrote it some time ago, but the general idea remains.
#+TOC: headlines 6
* Contents :noexport: * Contents :noexport:
:PROPERTIES: :PROPERTIES:
:TOC: :include all :TOC: :include all