diff options
Diffstat (limited to 'config.org')
-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 | ||