We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just upgraded from melpa and now I get the following error entering markdown-mode:
Debugger entered--Lisp error: (wrong-type-argument sequencep variable-pitch) append(variable-pitch (font-lock-function-name-face)) markdown-make-header-faces() markdown-mode()
It fails for me when markdown-header-scaling is t.
The text was updated successfully, but these errors were encountered:
d07621b
Thanks for this report. The problem was introduced a couple of days ago in d587180, but it slipped past me at the time.
Sorry, something went wrong.
I'm sorry to introduce this bug by mistake, the code fix I use privately is
(defface markdown-header-face `((t (:inherit (font-lock-function-name-face ,@(when markdown-header-scaling 'variable-pitch)) :weight bold))) "Base face for headers." :group 'markdown-faces)
Also, thanks for this report.
No problem, @galeo. It looked fine to me at the time! Thanks again for your patch.
No branches or pull requests
Just upgraded from melpa and now I get the following error entering markdown-mode:
Debugger entered--Lisp error: (wrong-type-argument sequencep variable-pitch)
append(variable-pitch (font-lock-function-name-face))
markdown-make-header-faces()
markdown-mode()
It fails for me when markdown-header-scaling is t.
The text was updated successfully, but these errors were encountered: