nav-layer: add credit section to layer documentation

This commit is contained in:
Lucius Hu 2022-07-26 02:43:09 -04:00
parent c2903ad64a
commit ef912d7e7a
No known key found for this signature in database
GPG Key ID: 7E474E82E29B5A7A
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- [[#customization][Customization]]
- [[#custom-trigger-of-nav-flash][Custom Trigger of =nav-flash=]]
- [[#exclusion-rules][Exclusion Rules]]
- [[#credit][Credit]]
* Description
This layer adds [[https://github.com/rolandwalker/nav-flash][nav-flash]] package which temporarily highlights the line
@ -64,3 +65,7 @@ the command or the major mode is excluded, which can be customized via variables
;; don't trigger for spacemacs/alternate-buffer (SPC TAB)
(add-to-list 'nav-flash-exclude-commands 'spacemacs/alternate-buffer)
#+END_SRC
* Credit
This layer is ported from [[https://github.com/doomemacs/doomemacs][Doom Emacs]].