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

31
litterate.org~ Normal file
View file

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