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