Don't emojify "©" or "™"

This commit is contained in:
TEC 2022-01-08 02:42:08 +08:00
parent e4fa0fb313
commit 587b1ec2a9
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 3 additions and 1 deletions

View File

@ -2263,7 +2263,9 @@ table
;; Terminal powerline
"✔"
;; Box drawing
"▶" "◀")
"▶" "◀"
;; I just want to see this as text
"©" "™")
"Characters that should never be affected by `emojify-mode'.")
(defadvice! emojify-delete-from-data ()