From 01d4223f189711dbdea116573630e35af131ebb9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Jun 2018 18:22:40 +0200 Subject: [PATCH] Fix prettify-symbols not unprettifying at point defvar wasn't being set soon enough. --- modules/ui/pretty-code/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/pretty-code/autoload.el b/modules/ui/pretty-code/autoload.el index 537467c42..46fe9a629 100644 --- a/modules/ui/pretty-code/autoload.el +++ b/modules/ui/pretty-code/autoload.el @@ -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