cadadr / elisp

Göktuğ's Emacs Lisp programs
79 stars 21 forks source link

Add org-indent to fixed-pitch faces #39

Closed CeleritasCelery closed 5 years ago

CeleritasCelery commented 5 years ago

if using org-indent-mode the face org-indent needs to be fixed-pitch, otherwise the indentation can get off when displaying code blocks. See the note at the bottom of this article.

cadadr commented 5 years ago

Hi, thanks for your patch!

Would you mind modifying your commit message by prefixing it with the relevant file name so that it looks like this:

org-variable-pitch.el: add org-indent to fixed-pitch faces

conforming to the contribution requirements 1.

cadadr commented 5 years ago

Also please submit your PR against the devel branch, not the master.

CeleritasCelery commented 5 years ago

done. Note that you can add a PR template so that your contributing guidelines will be more visible.

cadadr commented 5 years ago

Merged. Thanks for the link! TIL, gonna add a template.