[Paru, Bin, Index] Reorganize headers, add dired script, paru conf

This commit is contained in:
2021-01-27 19:03:11 +01:00
parent ffd4621060
commit 503aec3302
2 changed files with 45 additions and 7 deletions

View File

@@ -433,7 +433,20 @@ Back to the main body of the script, we can now launch the functions sequenciall
adjust_device
#+END_SRC
* Emacsmail
* Emacs stuff
:PROPERTIES:
:CUSTOM_ID: Emacs-stuff-8e76efd4
:END:
** Dired
:PROPERTIES:
:CUSTOM_ID: Emacs-stuff-Dired-2eeca9da
:HEADER-ARGS: :shebang "#!/bin/bash" :mkdirp yes :tangle ~/.local/bin/dired
:END:
#+BEGIN_SRC bash
emacsclient -c -e "(dired \"$@\")"
#+END_SRC
** Emacsmail
:PROPERTIES:
:HEADER-ARGS: :shebang "#!/bin/bash" :mkdirp yes :tangle ~/.local/bin/emacsmail
:CUSTOM_ID: Emacsmail-afffb7cd