summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2022-04-14 13:35:32 -0400
committerJames Nguyen <james@jojojames.com>2022-04-14 13:35:32 -0400
commite29669bd671de62d5b064d8fd3e1b81eddcb9ac1 (patch)
tree88f06d69c7ed0de18976a5741a7f41f0cf9065b0
parentec6140e6ca33c70e60a059b097f5530919d7b339 (diff)
Tweak
-rw-r--r--readme.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index 7ea4fd9..8e8ae88 100644
--- a/readme.org
+++ b/readme.org
@@ -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