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

0
dotfiles/devenv/.envrc Normal file
View file

View file

0
dotfiles/devenv/guix.scm Normal file
View file

3
litterate.el Normal file
View file

@ -0,0 +1,3 @@
;; [[file:litterate.org::*init][init:1]]
;; init:1 ends here

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:

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: