Kungsgeten / yankpad

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

level 2 for categories , level 3 for snippets #22

Closed gregnwosu closed 6 years ago

gregnwosu commented 6 years ago

Its purely aesthetic but i think it would be nice for yankpad.org to have one root instead of many

Kungsgeten commented 6 years ago

It was quite a long time since I implemented it, and I haven't used it myself, but see #4 I think what you suggest is possible, with something like:

(setq yankpad-category-heading-level 2)
(setq yankpad-snippet-heading-level 3)
Kungsgeten commented 6 years ago

I'm marking this as closed, since I believe the functionality is there. If you meant something else with the issue, please feel free to reopen it.