summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-08 23:32:09 -0600
committerCase Duckworth2021-01-08 23:32:09 -0600
commitde84359e191aa0708d4c96752ff6b1099e4f7de7 (patch)
tree2431b8b568b9bc763df3597a7c7e562aec024ff4 /config.org
parentAdd adaptive-wrap (diff)
downloademacs-de84359e191aa0708d4c96752ff6b1099e4f7de7.tar.gz
emacs-de84359e191aa0708d4c96752ff6b1099e4f7de7.zip
Add Janet-lang
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index b45ac10..0b88d0f 100644 --- a/config.org +++ b/config.org
@@ -1197,6 +1197,13 @@ For right now, I’m /just/ using Anzu – I don’t like parts of =isearch= but
1197 "Don't truncate printed expressions by level.") 1197 "Don't truncate printed expressions by level.")
1198#+END_SRC 1198#+END_SRC
1199 1199
1200*** Janet
1201
1202 #+BEGIN_SRC emacs-lisp
1203 (straight-use-package 'janet-mode)
1204 (require 'janet-mode)
1205 #+end_src
1206
1200*** INI 1207*** INI
1201 1208
1202 #+BEGIN_SRC emacs-lisp 1209 #+BEGIN_SRC emacs-lisp