Use fixed pitch font in ledger mode
This commit is contained in:
parent
9ddaf333a8
commit
e7fd0457ae
1 changed files with 5 additions and 1 deletions
|
|
@ -306,7 +306,11 @@
|
|||
(add-hook
|
||||
hook
|
||||
(lambda ()
|
||||
(unless (or (derived-mode-p 'mhtml-mode 'nxml-mode 'yaml-mode)
|
||||
(unless (or (derived-mode-p
|
||||
'mhtml-mode
|
||||
'nxml-mode
|
||||
'yaml-mode
|
||||
'ledger-mode)
|
||||
(member (buffer-name) '("*Colors*" "*Faces*" "*Quick Help*")))
|
||||
(variable-pitch-mode))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue