dotfiles

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

commit de69856761bdf2e48b78285898be135982dcf21e
parent 32d5fc05c54375e9be5e8181407f7bee45aefefa
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 25 Mar 2022 20:13:00 +0100

emacs: add more org source block languages

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

diff --git a/emacs/config.org b/emacs/config.org @@ -216,6 +216,13 @@ In org mode, I want to use bullets instead of stars, so I also install ~org-bull (use-package org-bullets) #+end_src +*** More languages +#+begin_src emacs-lisp + (org-babel-do-load-languages + 'org-babel-load-languages + '((emacs-lisp . nil) + (R . t))) +#+end_src *** Org mode settings Furthermore, tags were getting cut off, so I manually set the best column to display them.