spacemacs/layers/+fun/emoji/README.org

47 lines
1.4 KiB
Org Mode
Raw Normal View History

#+TITLE: Emoji layer
2015-06-10 16:44:30 +00:00
2019-05-02 21:49:30 +00:00
#+TAGS: fun|layer
[[file:img/emojis.png]]
2015-06-10 16:44:30 +00:00
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#emoji-dedicated-buffer][Emoji dedicated buffer]]
2015-06-10 16:44:30 +00:00
* Description
This layer adds support for Emoji emoticons from [[https://www.webpagefx.com/tools/emoji-cheat-sheet/][emoji-cheat-sheet]].
2015-06-10 16:44:30 +00:00
** Features:
2015-06-10 16:44:30 +00:00
- Browse Emoji in a dedicated buffer
- Display Emoji images in buffer
- Insert one or several Emoji with an helm front-end
- Completion of Emojis using [[https://github.com/dunn/company-emoji][company-emoji]]
2015-06-10 16:44:30 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =emoji= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-06-10 16:44:30 +00:00
Linux user could install [[https://zhm.github.io/symbola/][Symbola]] font to get company-emoji support with =apt-get=
#+BEGIN_SRC shell
apt-get install ttf-ancient-fonts
#+END_SRC
2015-06-10 16:44:30 +00:00
* Key bindings
| Key binding | Description |
2015-06-10 16:44:30 +00:00
|-------------+-----------------------------------------|
| ~SPC a E~ | open a dedicated buffer to browse Emoji |
| ~SPC i e~ | insert Emoji via an helm buffer |
** Emoji dedicated buffer
| Key binding | Description |
2015-06-10 16:44:30 +00:00
|-------------+-------------------------|
| ~RET~ | copy current Emoji code |
| ~q~ | quit |