2015-12-02 14:23:39 +00:00
|
|
|
#+TITLE: Emoji layer
|
2015-06-10 16:44:30 +00:00
|
|
|
|
2015-12-02 14:23:39 +00:00
|
|
|
[[file:img/emojis.png]]
|
2015-06-10 16:44:30 +00:00
|
|
|
|
2018-09-19 03:54:47 +00:00
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
2017-05-22 14:16:12 +00:00
|
|
|
- [[#description][Description]]
|
2017-08-03 21:24:54 +00:00
|
|
|
- [[#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
|
2017-04-26 13:50:19 +00:00
|
|
|
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
|
|
|
|
2017-08-03 21:24:54 +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
|
2015-08-18 22:27:49 +00:00
|
|
|
- Completion of Emojis using [[https://github.com/dunn/company-emoji][company-emoji]]
|
2016-04-13 03:31:38 +00:00
|
|
|
|
2015-06-10 16:44:30 +00:00
|
|
|
* Install
|
2016-01-06 05:21:55 +00:00
|
|
|
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
|
|
|
|
2015-11-18 06:08:54 +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
|
2017-05-15 03:05:26 +00:00
|
|
|
|
2015-06-10 16:44:30 +00:00
|
|
|
* Key bindings
|
|
|
|
|
2018-12-05 03:03:03 +00:00
|
|
|
| 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
|
|
|
|
|
2018-12-05 03:03:03 +00:00
|
|
|
| Key binding | Description |
|
2015-06-10 16:44:30 +00:00
|
|
|
|-------------+-------------------------|
|
|
|
|
| ~RET~ | copy current Emoji code |
|
|
|
|
| ~q~ | quit |
|