Initial check in

This commit is contained in:
2026-01-03 18:06:01 +01:00
commit 0d98a59d6c
4 changed files with 341 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
(progn
(delete-directory (expand-file-name "~/.cache/emacs/") t)
(prefer-coding-system 'utf-8)
(require 'ob-tangle)
(org-babel-tangle-file "readme.org"))