diff options
author | Case Duckworth | 2020-11-27 12:11:13 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-27 12:11:13 -0600 |
commit | d3ab473bf2c4b9ed5cfc857ce08bcaf832c8af14 (patch) | |
tree | ab1ddf21e787a26478384d4c3e967dc296fd0b18 | |
parent | Add :comments both to header-args (diff) | |
download | emacs-d3ab473bf2c4b9ed5cfc857ce08bcaf832c8af14.tar.gz emacs-d3ab473bf2c4b9ed5cfc857ce08bcaf832c8af14.zip |
Add 'edit' script
Should I change it to "editor" ?
-rw-r--r-- | config.org | 7 |
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 | |||
1157 | 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. | ||
1158 | |||
1159 | #+begin_src sh :shebang "#!/bin/sh" :tangle edit | ||
1160 | #+end_src | ||