feat(emacs): LLM, LaTeX

This commit is contained in:
js0ny 2025-05-13 21:01:06 +01:00
parent 9b19b8b834
commit cb81828291
8 changed files with 161 additions and 47 deletions

View file

@ -0,0 +1,12 @@
;; (straight-use-package
;; '(beancount
;; :host github
;; :repo "beancount/beancount-mode"
;; :files ("*.el")))
(use-package beancount
:mode (("\\.beancount\\'" . beancount-mode)
("\\.bean\\'" . beancount-mode)))
(provide 'init-beancount)