Files
tools.emacs/boot.el
T
2026-01-03 18:06:01 +01:00

7 lines
169 B
EmacsLisp

(progn
(delete-directory (expand-file-name "~/.cache/emacs/") t)
(prefer-coding-system 'utf-8)
(require 'ob-tangle)
(org-babel-tangle-file "readme.org"))