diff options
author | jao <jao@gnu.org> | 2021-03-14 03:40:45 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-14 03:40:45 +0000 |
commit | 36f53c1a96ae62bf411ad800775f9edbc67e7845 (patch) | |
tree | a371f0b3a911cc0b102b0dc0cf117bc5106a31f2 | |
parent | 9525d382a9e339b395c8070432de8d9379d7c1ac (diff) | |
download | elibs-36f53c1a96ae62bf411ad800775f9edbc67e7845.tar.gz elibs-36f53c1a96ae62bf411ad800775f9edbc67e7845.tar.bz2 |
use default font for symbols
-rw-r--r-- | init.org | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -359,7 +359,6 @@ ;; variation selector-16 (set-fontset-font t 65039 "BabelStone Modern-1")) - (setq use-default-font-for-symbols nil) (jao--set-fontsets nil) (add-to-list 'after-make-frame-functions 'jao--set-fontsets) #+end_src |