mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
org-entities: Add frowny
* org-entities.el (org-entities): Add frowny.
This commit is contained in:
parent
77ab3c90d5
commit
20795fd1c4
@ -498,6 +498,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
|
||||
("smiley" "\\ddot\\smile" t "☺" ":-)" ":-)" "☺")
|
||||
("blacksmile" "\\ddot\\smile" t "☻" ":-)" ":-)" "☻")
|
||||
("sad" "\\ddot\\frown" t "☹" ":-(" ":-(" "☹")
|
||||
("frowny" "\\ddot\\frown" t "☹" ":-(" ":-(" "☹")
|
||||
|
||||
"** Suits"
|
||||
("clubs" "\\clubsuit" t "♣" "[clubs]" "[clubs]" "♣")
|
||||
|
Loading…
Reference in New Issue
Block a user