mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): LLM, LaTeX
This commit is contained in:
parent
9b19b8b834
commit
cb81828291
8 changed files with 161 additions and 47 deletions
12
tools/emacs.d/lisp/init-beancount.el
Normal file
12
tools/emacs.d/lisp/init-beancount.el
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue