org-mode: both the elisp and the emacs-lisp snippets have the tangle option automatically inputted
Opened this issue · 0 comments
zmberber commented
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.