Fix prettify-symbols not unprettifying at point
defvar wasn't being set soon enough.
This commit is contained in:
parent
6b73f408aa
commit
01d4223f18
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; ui/pretty-code/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; When you get to the right edge, it goes back to how it normally prints
|
||||
(defvar prettify-symbols-unprettify-at-point 'right-edge)
|
||||
(setq prettify-symbols-unprettify-at-point 'right-edge)
|
||||
|
||||
;;;###autoload
|
||||
(defvar +pretty-code-iosevka-ligatures-enabled-by-default nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue