Remove obsolete comment

This commit is contained in:
syl20bnr 2015-05-25 00:44:18 -04:00
parent b662651595
commit 0088b6d689

View file

@ -14,8 +14,8 @@
(defun emoji/init-emacs-emoji-cheat-sheet-plus ()
(use-package emoji-cheat-sheet-plus
:commands (emoji-cheat-sheet-plus-buffer
emoji-cheat-sheet-plus-insert
:commands (emoji-cheat-sheet-plus-insert
emoji-cheat-sheet-plus-buffer-mode
emoji-cheat-sheet-plus-display-mode)
:init
(progn
@ -31,6 +31,5 @@
;; If we directly call the emoji mode at hook runtime then some
;; text properties are not applied correctly.
(run-at-time 0.1 nil 'emoji-cheat-sheet-plus-display-mode))
;; note that text-mode-hook enable the emoji mode for org-mode as well
(add-hook 'text-mode-hook 'spacemacs//delay-emoji-cheat-sheet-hook)
(add-hook 'org-mode-hook 'spacemacs//delay-emoji-cheat-sheet-hook)
(add-to-hooks 'emoji-cheat-sheet-plus-display-mode '(markdown-mode)))))