working decently

This commit is contained in:
mez 2025-05-05 15:32:12 +01:00
commit e09b798966
6 changed files with 964 additions and 0 deletions

3
pre.el Normal file
View file

@ -0,0 +1,3 @@
(add-to-list 'load-path "~/.emacs.d/elpa")
(package-initialize)
(require 'ox)