diff options
| author | James Nguyen <james@jojojames.com> | 2017-11-16 18:53:35 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-11-16 18:53:35 -0800 |
| commit | f27f413685cb900982eea705bff047bbed8fb77b (patch) | |
| tree | 85a53f6fc0cdacca72be5e01014e37530c9d13ea /evil-helm.el | |
| parent | 1771414cca1ee9af84f2ab346f72af009cb295d5 (diff) | |
Add or fix documentation to appease checkdoc
Diffstat (limited to 'evil-helm.el')
| -rw-r--r-- | evil-helm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-helm.el b/evil-helm.el index 7323848..304d168 100644 --- a/evil-helm.el +++ b/evil-helm.el @@ -43,6 +43,7 @@ (defvar helm-read-file-map) (defun evil-helm-setup () + "Set up `evil' bindings for `helm'." ;; TODO: We should not modify helm-map in Emacs state but somehow it does not ;; work otherwise. (define-key helm-map (kbd "M-[") 'helm-previous-source) |
