mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Remove redundant def-setting! docstrings
def-setting! will now grab the autodef's docstring if it has an :obsolete property defined.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
;; FIXME obsolete :evil-state
|
||||
;;;###autoload
|
||||
(def-setting! :evil-state (modes state)
|
||||
"Set the initialize STATE of MODE using `evil-set-initial-state'."
|
||||
:obsolete set-evil-initial-state!
|
||||
`(set-evil-initial-state! ,modes ,state))
|
||||
|
||||
|
Reference in New Issue
Block a user