dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit 31bfcd824bf1a53a9738a165a435c3ea6a7ded06
parent 7df89d3b1e7de8ea3a6aaa4c551d45d6dd491c23
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Tue, 13 Jun 2023 12:09:58 +0200

feat: literate-calc-mode

Diffstat:
Memacs/.emacs.d/config.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/.emacs.d/config.org b/emacs/.emacs.d/config.org @@ -47,6 +47,7 @@ - [[#org-mode-1][Org-mode]] - [[#toc-mode][TOC-mode]] - [[#babel][Babel]] + - [[#literate-calc-mode][Literate calc mode]] - [[#bibtex][Bibtex]] * General configuration @@ -637,6 +638,12 @@ Typing code blocks is tedious, so let's make it easier. Typing =<el<TAB>= will c (add-to-list 'org-structure-template-alist '("sh" . "src shell")) #+end_src +** Literate calc mode + +#+begin_src emacs-lisp + (use-package literate-calc-mode + :elpaca t) +#+end_src * Bibtex I'd love to keep bibligraphy in a managable way. Grown ups seem to agree that bibtex is the standard and it has a nice emacs plugin