diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-09 21:40:13 -0600 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-09 21:40:13 -0600 |
commit | 3709a38e966771923d0137fca1ba575ad8871687 (patch) | |
tree | d7ce9b72d9967a1b00961ea4bc043c2fdad86bfb | |
parent | 71c184ccd13759194e13c0b07f7bc83840786905 (diff) |
Add: ruby to [org][babel] languages
-rw-r--r-- | shoshimacs.el | 1 | ||||
-rw-r--r-- | shoshimacs.org | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index 80f4984..8630957 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -161,6 +161,7 @@ (lisp . t) (org . t) (plantuml . t) + (ruby . t) (shell . t))) (package-install 'org-tree-slide) diff --git a/shoshimacs.org b/shoshimacs.org index 49ea526..52b1fbc 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -636,6 +636,7 @@ this seems to be required to fontify source blocks (lisp . t) (org . t) (plantuml . t) + (ruby . t) (shell . t))) #+end_src |