Skip to content

Commit

Permalink
add: use-package snippet in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eduVcJy0UE0cy0zo3BS7XYO3b authored and iqbalansari committed Aug 12, 2020
1 parent dfa3c6d commit 3b05d51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.org
Expand Up @@ -74,7 +74,11 @@
#+BEGIN_QUOTE
M-x package-install RET emojify
#+END_QUOTE

**** With use-package
#+begin_src elisp
(use-package emojify
:hook (after-init . global-emojify-mode))
#+end_src
** Usage
*** Displaying emojis
~emojify-mode~ can be enabled/disabled separately for a buffer by using the
Expand Down

0 comments on commit 3b05d51

Please sign in to comment.