diff options
-rw-r--r-- | config.org | 7 |
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 |