branch: externals/ergoemacs-mode
commit 6051ab51043d1744e17925d60a2392dc82d54f67
Author: Fidler <[email protected]>
Commit: Fidler <[email protected]>
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)