diff options
| author | James Nguyen <james@jojojames.com> | 2022-04-14 13:35:32 -0400 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2022-04-14 13:35:32 -0400 |
| commit | e29669bd671de62d5b064d8fd3e1b81eddcb9ac1 (patch) | |
| tree | 88f06d69c7ed0de18976a5741a7f41f0cf9065b0 | |
| parent | ec6140e6ca33c70e60a059b097f5530919d7b339 (diff) | |
Tweak
| -rw-r--r-- | readme.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -664,7 +664,8 @@ For example, if we were to want to add ~evil-collection~ support to ~eldoc~. (provide 'eldoc) #+end_src -Create a new file under modes/eldoc/ named evil-collection-eldoc.el. +Create a directory named eldoc under [[modes-directory][modes/]]. +Create a file named evil-collection-eldoc.el under the newly created eldoc directory. Then use the above template as an example or, using [[yasnippet][yasnippet]], ~yas-expand~ the above template which will result in something like below: @@ -730,3 +731,4 @@ Follow [[https://github.com/bbatsov/emacs-lisp-style-guide/][The Emacs Lisp Styl #+LINK: mu4e https://www.djcbsoftware.nl/code/mu/mu4e.html #+LINK: yasnippet https://github.com/joaotavora/yasnippet #+LINK: template https://github.com/emacs-evil/evil-collection/blob/master/yasnippet_evil-collection +#+LINK: modes-directory https://github.com/emacs-evil/evil-collection/tree/master/modes |
