emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 6051ab5 25/87: Remove unicode fonts setu


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 6051ab5 25/87: Remove unicode fonts setup. Refix Issue #408
Date: Wed, 14 Apr 2021 18:47:01 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 6051ab51043d1744e17925d60a2392dc82d54f67
Author: Fidler <matthew.fidler@gmail.com>
Commit: Fidler <matthew.fidler@gmail.com>

    Remove unicode fonts setup.  Refix Issue #408
---
 ergoemacs-mode.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 1b2b108..89c39ed 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -598,15 +598,15 @@ When STORE-P is non-nil, save the tables."
       (load (symbol-name pkg)))))
 
 (require 'unicode-fonts nil t)
-(when (featurep 'unicode-fonts)
-  (require 'persistent-soft nil t)
-  (when (featurep 'persistent-soft)
-    (unicode-fonts-setup)))
+;; (when (featurep 'unicode-fonts)
+;;   (require 'persistent-soft nil t)
+;;   (when (featurep 'persistent-soft)
+;;     (unicode-fonts-setup)))
 
 
-(defcustom ergoemacs-use-unicode-symbols
-  (and (featurep 'persistent-soft)
-       (featurep 'unicode-fonts))
+(defcustom ergoemacs-use-unicode-symbols nil
+  ;; (and (featurep 'persistent-soft)
+  ;;      (featurep 'unicode-fonts))
   "Use unicode symbols in display."
   :type 'boolean
   :group 'ergoemacs-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]