setq->defvar (prettify-symbols-unprettify-at-point)

This commit is contained in:
Henrik Lissner 2018-06-16 20:57:51 +02:00
parent ec8ae0bedc
commit 8c64644450
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)