docs: improve documentation
Some checks failed
Flake check / Check flake (push) Has been cancelled

This commit is contained in:
Leon Schwarzäugl 2025-07-16 18:19:37 +02:00
parent 51896dabea
commit 641a0cd84d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
11 changed files with 2424 additions and 423 deletions

View file

@ -877,6 +877,7 @@ create a new one."
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
(add-to-list 'org-structure-template-alist '("py" . "src python :results output"))
(add-to-list 'org-structure-template-alist '("nix" . "src nix-ts :tangle"))
(add-to-list 'org-structure-template-alist '("ne" . "bash :exports both"))
(use-package auctex)
(setq TeX-auto-save t)

View file

@ -5,6 +5,7 @@
default_shell "zsh"
copy_on_select true
on_force_close "detach"
show_startup_tips false
default_layout "default"
layout_dir "${config.home.homeDirectory}/.config/zellij/layouts"