summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-27 12:11:13 -0600
committerCase Duckworth2020-11-27 12:11:13 -0600
commitd3ab473bf2c4b9ed5cfc857ce08bcaf832c8af14 (patch)
treeab1ddf21e787a26478384d4c3e967dc296fd0b18 /config.org
parentAdd :comments both to header-args (diff)
downloademacs-d3ab473bf2c4b9ed5cfc857ce08bcaf832c8af14.tar.gz
emacs-d3ab473bf2c4b9ed5cfc857ce08bcaf832c8af14.zip
Add 'edit' script
Should I change it to "editor" ?
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index abbc8f2..703c1c8 100644 --- a/config.org +++ b/config.org
@@ -1151,3 +1151,10 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el
1151 (use-package bongo 1151 (use-package bongo
1152 :commands 'bongo) 1152 :commands 'bongo)
1153#+end_src 1153#+end_src
1154
1155* Appendix A: ~edit~ script
1156
1157Here'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.
1158
1159#+begin_src sh :shebang "#!/bin/sh" :tangle edit
1160#+end_src