mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
setq->defvar (prettify-symbols-unprettify-at-point)
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
|
||||
;; When you get to the right edge, it goes back to how it normally prints
|
||||
;;;###autoload
|
||||
(setq prettify-symbols-unprettify-at-point 'right-edge)
|
||||
(defvar prettify-symbols-unprettify-at-point 'right-edge)
|
||||
|
||||
;;;###autodef
|
||||
(defun set-pretty-symbols! (modes &rest plist)
|
||||
|
Reference in New Issue
Block a user