Kungsgeten / yankpad

Paste snippets from an org-mode file
MIT License
216 stars 18 forks source link

Yankpad inserts extra newline #47

Closed wagk closed 5 years ago

wagk commented 5 years ago

given an entry

** bb: Bug                                                             :src:
#+BEGIN_SRC emacs-lisp
`(yas-with-comment "BUG: ")`$0
#+END_SRC

Inserting the snippet causes an extra newline to be inserted at the end of the snippet.

Is there a way to disable it? Or is it some misconfiguration on my side?

Kungsgeten commented 5 years ago

Hi! No it was a bug in the code, which I haven't reflected on before. I've fixed it now. Thanks for reporting this!