Disable pretty-code-mode, because I only want ligatures really

This commit is contained in:
Danielle McLean 2020-08-16 21:35:34 +10:00
parent 45ac9c396c
commit 37a8330bc6
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -58,3 +58,10 @@
;;
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
;; We need to turn on the pretty-code Doom module to get ligatures working.
;; Unfortunately, that also turns on pretty-code-mode, which I don't want - it's
;; a feature that replaces keywords with symbols à la Vim-conceal, which I find
;; needlessly confusing. Luckily we can shut off just pretty-code-mode by
;; setting this variable.
(setq +pretty-code-enabled-modes nil)