From b723eb988f27f0420ee6c28b72a5e7c28f68956d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 30 Apr 2021 12:50:33 -0500 Subject: Move emoji font configuration to the initial frame setup function --- init.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 307b753..38adf44 100644 --- a/init.el +++ b/init.el @@ -263,16 +263,7 @@ (:work (set-clipboard-coding-system 'utf-16-le) (set-selection-coding-system 'utf-16-le)) (_ (set-selection-coding-system 'utf-8) - (set-clipboard-coding-system 'utf-8))) - - (let ((ffl (font-family-list))) - (dolist (emoji-font '("Segoe UI Emoji" - "Noto Color Emoji" - "Apple Color Emoji" - "Symbola")) - (when (member emoji-font ffl) - (set-fontset-font t 'symbol - (font-spec :family emoji-font) nil 'append))))) + (set-clipboard-coding-system 'utf-8)))) (setup eshell (:option eshell-directory-name (acdw/dir "eshell/" t) -- cgit 1.4.1-21-gabe81