From e1ee1f6494ced9669207d5735989607ebe61142a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 May 2018 10:38:24 +0200 Subject: emacs: display emojis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'emacs') diff --git a/emacs/init.org b/emacs/init.org index a9e84af..d354143 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -2141,6 +2141,20 @@ too many things into my leader and these shortcuts look sensible to me). (global-set-key (kbd "C-c o") 'crux-open-with)) #+END_SRC +** Emojis + +Display emojis in buffer! + +#+BEGIN_SRC elisp +(use-package emojify + :ensure t + :config + + (add-hook 'after-init-hook #'global-emojify-mode) + (setq emojify-composed-text-p nil) + (setq emojify-emoji-styles '(unicode github))) +#+END_SRC + * Credits I've built this file by simply scavenging from other people's emacs.d/dotfiles -- cgit v1.2.3