mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix docstring references to old settings
This commit is contained in:
@ -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'"
|
||||||
|
Reference in New Issue
Block a user