diff --git a/modules/ui/pretty-code/autoload.el b/modules/ui/pretty-code/autoload.el index 7954207eb..556555eb3 100644 --- a/modules/ui/pretty-code/autoload.el +++ b/modules/ui/pretty-code/autoload.el @@ -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)