Jason Blevins
Jason Blevins
I don't think that's possible at present. You can either use `deft-new-file-format`, which is a date/time format string like "%Y-%m-%d", which would achieve part of what you want, or you...
Great idea, thanks!
Instead of killing the buffer and restarting, you can refresh with C-c C-g (`deft-refresh`).
Currently, no, but I'd be happy to add such a feature. Please also see the discussion in #22. I'm not an expert on window management, so I don't quite know...
Yes, sorry, I haven't had much free time to dedicate to markdown-mode in a while. If you are able to narrow it down or find a patch that doesn't break...
I don't think there's a reason; that's just how the original patch was written. Here are Pandoc's rules: .
Thanks for reporting this. I used the call you suggested last above. I wasn't able to reproduce with Emacs 26, but it does reproduce for me with Emacs 25.2.2. You...
I will update my site for the latest version. It has been on my todo list too long.
Many thanks to @syohex for picking up my slack on markdown-mode.
Plain text in `markdown-mode` just uses the `default` face, but I think you can achieve what you want using `buffer-face-mode`. There is some example code here: https://www.emacswiki.org/emacs/FacesPerBuffer