summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-11-25 22:11:09 -0600
committerCase Duckworth2020-11-25 22:11:09 -0600
commit5ce5246b5fe37a62f44e099882222551561be901 (patch)
treedc2c1767ba248e3afd435a5b8c89050540480721
parentMake gemini-write tokens secret (diff)
downloademacs-5ce5246b5fe37a62f44e099882222551561be901.tar.gz
emacs-5ce5246b5fe37a62f44e099882222551561be901.zip
Add bongo
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index c369ce0..39d62ba 100644 --- a/config.org +++ b/config.org
@@ -1138,3 +1138,10 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el
1138 :custom 1138 :custom
1139 (0x0-default-service 'ttm)) 1139 (0x0-default-service 'ttm))
1140#+END_SRC 1140#+END_SRC
1141
1142** EMMS
1143
1144#+BEGIN_SRC emacs-lisp
1145 (use-package bongo
1146 :commands 'bongo)
1147#+end_src