mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix prettify-symbols not unprettifying at point
defvar wasn't being set soon enough.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user