diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config.org b/config.org index 7165432..95e6c61 100644 --- a/config.org +++ b/config.org | |||
@@ -1184,13 +1184,6 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el | |||
1184 | (0x0-default-service 'ttm)) | 1184 | (0x0-default-service 'ttm)) |
1185 | #+END_SRC | 1185 | #+END_SRC |
1186 | 1186 | ||
1187 | ** Bongo | ||
1188 | |||
1189 | #+BEGIN_SRC emacs-lisp | ||
1190 | (use-package bongo | ||
1191 | :commands 'bongo) | ||
1192 | #+end_src | ||
1193 | |||
1194 | * Appendix A: ~edit~ script | 1187 | * Appendix A: ~edit~ script |
1195 | 1188 | ||
1196 | Here's a wrapper script that'll start =emacs --daemon= if there isn't one, and then launche =emacsclient= on the arguments. I'd recommend installing with ~ln -s edit ~/.local/bin/~ or something. | 1189 | Here's a wrapper script that'll start =emacs --daemon= if there isn't one, and then launche =emacsclient= on the arguments. I'd recommend installing with ~ln -s edit ~/.local/bin/~ or something. |