From 858dd2208f47bcc42e51756c9d278fadd597f922 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 21:01:48 -0500 Subject: fix(wpcarro/emacs): Only render unicode emojis Disable ASCII and Github styles. Change-Id: Ie68fa2f0129573ea8b893db22214136d69429702 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4598 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/wpcarro/emacs/.emacs.d') diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el index 9af5d88d3804..a5fb10dd7284 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el @@ -315,6 +315,10 @@ (use-package emojify :config (add-hook 'after-init-hook #'global-emojify-mode) + ;; Disable the default styles of: + ;; - ascii :P (When this is enabled, the vim command, :x, renders as 😶) + ;; - github :smile: + (setq emojify-emoji-styles '(unicode)) (defun wpc-misc-copy-emoji () "Select an emoji from the completing-read menu." (interactive) -- cgit 1.4.1