Fix docstring references to old settings
This commit is contained in:
parent
d5adf4ccbc
commit
95b227f9fe
2 changed files with 3 additions and 3 deletions
|
@ -95,8 +95,8 @@ don't have a :trigger property in `+file-templates-alist'.")
|
||||||
;; Solidity
|
;; Solidity
|
||||||
(solidity-mode :trigger "__sol"))
|
(solidity-mode :trigger "__sol"))
|
||||||
"An alist of file template rules. The CAR of each rule is either a major mode
|
"An alist of file template rules. The CAR of each rule is either a major mode
|
||||||
symbol or regexp string. The CDR is a plist. See `doom--set:file-template' for
|
symbol or regexp string. The CDR is a plist. See `set-file-template!' for more
|
||||||
more information.")
|
information.")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -185,7 +185,7 @@ Falls back to a naive ripgrep/the_silver_searcher search otherwise."
|
||||||
|
|
||||||
Goes down a list of possible backends:
|
Goes down a list of possible backends:
|
||||||
|
|
||||||
1. The :documentation spec defined with by `doom--set:lookup'
|
1. The :documentation spec defined with by `set-lookup-handlers!'
|
||||||
2. If the +docsets flag is active for :feature lookup, use `+lookup/in-docsets'
|
2. If the +docsets flag is active for :feature lookup, use `+lookup/in-docsets'
|
||||||
3. If the +devdocs flag is active for :feature lookup, run `+lookup/in-devdocs'
|
3. If the +devdocs flag is active for :feature lookup, run `+lookup/in-devdocs'
|
||||||
4. Fall back to an online search, with `+lookup/online'"
|
4. Fall back to an online search, with `+lookup/online'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue