Emacs: Add ivy-emoji.

This commit is contained in:
tastytea 2020-03-24 12:21:13 +01:00
parent a94ecf2126
commit 65395eae6b
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-18T14:56:35+0100>
;; Time-stamp: <2020-03-24T12:21:05+0100>
;;; Commentary:
;; * treemacs
@ -75,6 +75,10 @@
:bind (:map purpose-mode-map
("C-x b" . ivy-switch-buffer)))
(use-package ivy-emoji ; Insert emojis with ivy.
:after (ivy)
:bind ("C-c e" . ivy-emoji))
(use-package counsel-projectile
:after (projectile)
:custom ((counsel-projectile-mode t)