blob: d7f3b53e7c90dabb7b5082518cfcea1af9580610 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# -*- org-publish-use-timestamps-flag: nil; -*-
#+title: Configurations
#+author: Preston Pan
#+date: <2023-06-10 Sat>
#+language: en
#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
#+OPTIONS: broken-links:t
* What is this magic?
They're configurations for extremely obscure programs I use. Yeah, I know, I'm somewhat of a hipster myself.
Also, this is kind of outdated, because I use my [[https://github.com/ret2pop/hyprnixmacs][NixOS Configuration]] instead. Well, I still use the vanilla
(not doom) emacs configuration.
** Configurations
Here is a list of my configurations for various programs:
@@html: <div class="links-page">@@
#+begin_src shell :results output raw :exports both
for f in *;
do
if [[ "$f" == "index.org" || "$f" == "README.org" ]]; then
continue
fi
printf -- "- [[file:$f][$f]]\n"
done
#+end_src
#+RESULTS:
- [[file:doom.org][doom.org]]
- [[file:elfeed.org][elfeed.org]]
- [[file:emacs.el][emacs.el]]
- [[file:emacs.org][emacs.org]]
- [[file:fish.org][fish.org]]
- [[file:kmonad.org][kmonad.org]]
- [[file:nix.org][nix.org]]
- [[file:qtile.org][qtile.org]]
- [[file:qutebrowser.org][qutebrowser.org]]
@@html: </div>@@
|