mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
* Add an FAQ action to doom-dashboard * Separate faq and user manual This is necessary until I can dispatch properly the (file-exists-p) conditions in the :action part of the variable. The issue is that the value in :action needs to be a symbol (symbolp) and the (if COND THEN ELSE) form does not match this. * Use doom/help-search if (or faq.org manual.org) Since the function searches through the (in-progress) manual and faq * Remove :when condition from Search Documentation This condition is unnecessary since doom/help-search now always at least lists the modules from doom/help-modules