First commit.
This commit is contained in:
12
lisp/utilities/dash.el
Normal file
12
lisp/utilities/dash.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;;; dash.el --- Dash documentation reading -*- lexical-binding: t; -*-
|
||||
;;; Commentary: This package provides an elisp interface to query and show documenation using Dash docsets.
|
||||
;;; Code: https://github.com/dash-docs-el/dash-docs
|
||||
|
||||
(use-package dash-docs
|
||||
:if (executable-find "sqlite3")
|
||||
:bind-wrap
|
||||
((:key :doc :reference) . helm-dash-at-point))
|
||||
|
||||
|
||||
(provide 'utilities/dash)
|
||||
;;; dash.el ends here
|
Reference in New Issue
Block a user