summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org index f186784..870d6c3 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-09 14:44:35 acdw> 8#+Time-stamp: <2021-01-09 17:35:42 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -1210,6 +1210,10 @@ For right now, I’m /just/ using Anzu – I don’t like parts of =isearch= but
1210 #+BEGIN_SRC emacs-lisp 1210 #+BEGIN_SRC emacs-lisp
1211 (straight-use-package 'janet-mode) 1211 (straight-use-package 'janet-mode)
1212 (require 'janet-mode) 1212 (require 'janet-mode)
1213
1214 (straight-use-package 'inf-janet-mode)
1215
1216 (add-hook 'janet-mode-hook #'inf-janet-minor-mode)
1213 #+end_src 1217 #+end_src
1214 1218
1215*** INI 1219*** INI