doomemacs/modules/ui/doom-dashboard
Gerry Agbobada b1e8ee7175 Add 'Search Documentation' button to dashboard (#1955)
* 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
2019-10-26 04:15:32 -04:00
..
test ui/doom-dashboard: fix +doom-dashboard-p test 2019-04-08 23:15:22 -04:00
autoload.el ui/doom-dashboard: general refactor 2019-04-08 22:58:10 -04:00
config.el Add 'Search Documentation' button to dashboard (#1955) 2019-10-26 04:15:32 -04:00
README.org Fix #+SINCE in ui/doom-dashboard/README.org 2019-10-10 01:44:12 +03:00

ui/doom-dashboard

Description

This module gives Doom Emacs a dashboard buffer.

It is loosely inspired by Atom's dashboard.

Module Flags

This module provides no flags.

Prerequisites

This module only requires that all-the-icons's icon fonts are installed. Use M-x all-the-icons-install-fonts to do so.