parent
ff6862f587
commit
4bbfe4ec79
2 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
["Show type info" lean-eldoc-documentation-function lean-eldoc-use]
|
["Show type info" lean-eldoc-documentation-function lean-eldoc-use]
|
||||||
["Fill a placeholder" lean-fill-placeholder (looking-at (rx symbol-start "_"))]
|
["Fill a placeholder" lean-fill-placeholder (looking-at (rx symbol-start "_"))]
|
||||||
["Find tag at point" lean-find-tag t]
|
["Find tag at point" lean-find-tag t]
|
||||||
|
["Global tag search" lean-global-search t]
|
||||||
"-----------------"
|
"-----------------"
|
||||||
["Run flycheck" flycheck-compile lean-flycheck-use]
|
["Run flycheck" flycheck-compile lean-flycheck-use]
|
||||||
["List of errors" flycheck-list-errors lean-flycheck-use]
|
["List of errors" flycheck-list-errors lean-flycheck-use]
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
(require 'f)
|
(require 'f)
|
||||||
(require 'lean-util)
|
(require 'lean-util)
|
||||||
|
|
||||||
|
(defalias 'lean-global-search 'tags-apropos)
|
||||||
|
|
||||||
(defun lean-tags-table-list ()
|
(defun lean-tags-table-list ()
|
||||||
(-filter 'f-exists?
|
(-filter 'f-exists?
|
||||||
(--map (f-join it "TAGS") (lean-path-list))))
|
(--map (f-join it "TAGS") (lean-path-list))))
|
||||||
|
|
Loading…
Reference in a new issue