started litterate config in org-mode
This commit is contained in:
parent
a56d71710f
commit
406d709e45
0
dotfiles/devenv/.envrc
Normal file
0
dotfiles/devenv/.envrc
Normal file
0
dotfiles/devenv/go-nix.nix
Normal file
0
dotfiles/devenv/go-nix.nix
Normal file
0
dotfiles/devenv/guix.scm
Normal file
0
dotfiles/devenv/guix.scm
Normal file
3
litterate.el
Normal file
3
litterate.el
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
;; [[file:litterate.org::*init][init:1]]
|
||||||
|
|
||||||
|
;; init:1 ends here
|
57
litterate.org
Normal file
57
litterate.org
Normal 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
31
litterate.org~
Normal 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:
|
Loading…
Reference in a new issue