Emacs: Add keybinding for lsp-ui-peek-find-implementation.

Although it doesn't seem to work yet.
This commit is contained in:
tastytea 2020-01-24 22:16:55 +01:00
parent 667e0c2404
commit 4d3b29ff6b

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-01-21T03:34:47+0100>
;; Time-stamp: <2020-01-24T22:13:52+0100>
;;; Commentary:
@ -337,6 +337,7 @@
(:map lsp-ui-mode-map
("M-." . lsp-ui-peek-find-definitions)
("C-M-." . lsp-ui-peek-find-references)
("C-M-," . lsp-ui-peek-find-implementation)
)
:hook