dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d26cefd0f0f5d9312ef205b565356c1edc3f394f
parent 3b4bde2e9f443ff366710bff9f978dd14cc32d9f
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 23 Apr 2022 15:11:06 +0200

emacs: ess package for literate programming with R

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

diff --git a/emacs/config.org b/emacs/config.org @@ -1010,6 +1010,10 @@ Custom reports: (with-eval-after-load 'org (require 'osm-ol))) #+end_src +** ess +#+begin_src emacs-lisp + (use-package ess) +#+end_src * Interface ** Start debugger on error #+begin_src emacs-lisp