mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
make go mode lsp bindings local
This commit is contained in:
@@ -24,9 +24,13 @@
|
||||
(add-hook 'go-mode-hook #'ivy-mode)
|
||||
|
||||
;; overwrite dump-jump settions here
|
||||
(bind-key* (kbd "C-c j") #'lsp-find-definition)
|
||||
(bind-key* (kbd "C-c b") #'xref-pop-marker-stack)
|
||||
))
|
||||
;; (bind-key* (kbd "C-c j") #'lsp-find-definition)
|
||||
;; (bind-key* (kbd "C-c b") #'xref-pop-marker-stack)
|
||||
)
|
||||
|
||||
:bind (:map go-mode-map
|
||||
( "C-c j" . #'lsp-find-definition)
|
||||
("C-c b" . #'xref-pop-marker-stack)))
|
||||
|
||||
|
||||
(provide 'init-go)
|
||||
|
||||
Reference in New Issue
Block a user