about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-27 13:14:00 -0600
committerCase Duckworth2020-11-27 13:14:00 -0600
commit846d6664d862c1ae292907a02d072ca0888e93fc (patch)
tree2f28c1567ce3bc14833d1c6b3432c839d513ac3b /config.org
parentChange :shebang to :comments no (diff)
downloademacs-846d6664d862c1ae292907a02d072ca0888e93fc.tar.gz
emacs-846d6664d862c1ae292907a02d072ca0888e93fc.zip
Remove Bongo
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
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
1196Here'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. 1189Here'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.