started litterate config in org-mode

This commit is contained in:
Geir Okkenhaug Jerstad 2025-01-26 09:40:19 +01:00
parent a56d71710f
commit 406d709e45
6 changed files with 91 additions and 0 deletions

57
litterate.org Normal file
View file

@ -0,0 +1,57 @@
#+AUTHOR: Geir O. Jerstad
#+EMAIL: geir@geokkjer.eu
#+PROPERTY: header-args:emacs-lisp :tangle yes :comments link
The litterate config
* Emacs
** init
#+begin_src emacs-lisp
#+end_src
** Look & Feel
** Coding
**
* Guix
** System
** Home
** Machines
* Nixos
** Application Server
#+begin_src nix
#+end_src
** File Server
#+begin_src nix
#+end_src
* Sway - Desktop
** Sway
** Waybar
** Gammastep
** Fuzzel
* Shell
** zsh
#+begin_src shell
#+end_src
** bash
#+begin_src shell
#+end_src
* sd
# Local Variables:
# eval: (add-hook 'after-save-hook #'org-babel-tangle t t)
# End: