Skip to content

2.2. API Functions

Lucas Vieira edited this page Sep 2, 2018 · 1 revision

API Functions

Below are the signatures of functions which you may want to use. All signatures were written explicitly as the way you should type them so they work as expected (except for the &tags which are only explicitly shown to explain the nature of some parameters).

(powerlisp-add-favorite atom url)

(powerlisp-add-multi-favorites favorites-list)

Regarding the list of favorite websites

(powerlisp-add-search-engine atom query-parts)

(powerlisp-add-multi-search-engines engines-list)

Regarding the list of search engines

(powerlisp-add-command command callback)

(powerlisp-add-multi-commands commands-list)

Regarding the list of commands

(powerlisp-spawn-menu prompt alist)

(powerlisp-notify text &optional title)

(powerlisp-call-browser website)

(powerlisp-call-external program-path &rest arguments...)

Clone this wiki locally