yasnippet-snippets icon indicating copy to clipboard operation
yasnippet-snippets copied to clipboard

org-mode: both the elisp and the emacs-lisp snippets have the tangle option automatically inputted

Open zmberber opened this issue 4 years ago • 0 comments
trafficstars

both the elisp and emacs-lisp snippets have the following content.

#+begin_src emacs-lisp :tangle yes
$0
#+end_src

i personally don't like to manually delete the tangle option (it's mostly aesthetic, as i do the opposite: i have a :tangle no option everywhere i don't want it tangled).

could at least one of the two snippets not have the automatic tangle option?

sorry, this might be a bit nitpicky. i know, i can change it myself. just a suggestion.

zmberber avatar Jan 28 '21 15:01 zmberber