LoginSignup
15
15

More than 5 years have passed since last update.

QiitaやGithubで使える絵文字をEmacs上で選べる

Posted at

...Emacs上に絵文字を並べたかっただけです。:pensive:

emacs-emoji-cheat-sheet.png

ダウンロード

任意の場所(ここでは~/.emacs.d/elispとします)に移動します。
:octocat: gitコマンドでダウンロードします。

cd ~/.emacs.d/elisp
git clone https://github.com/ShingoFukuyama/emacs-emoji-cheat-sheet

設定

:pencil2: init.elなどに書き込みます。

(add-to-list 'load-path "~/.emacs.d/elisp/emacs-emoji-cheat-sheet")
(require 'emoji-cheat-sheet)

使い方

M-x emoji-cheat-sheet で絵文字一覧を呼び出します。
:pencil: 絵文字の上でRETキーを押すとクリップボードにコピーされます。

リンク

:link: ShingoFukuyama/emacs-emoji-cheat-sheet
:link: emoji-cheat-sheet.com

15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15