Emacs: Fix excess ).
This commit is contained in:
parent
d15eefdf5d
commit
6f6c03b577
|
@ -1,6 +1,6 @@
|
||||||
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
|
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-12-08T13:13:22+0100>
|
;; Time-stamp: <2020-12-08T13:20:51+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@
|
||||||
:after (treemacs lsp-ui)
|
:after (treemacs lsp-ui)
|
||||||
:bind (:map lsp-ui-mode-map
|
:bind (:map lsp-ui-mode-map
|
||||||
("<f7>" . lsp-treemacs-errors-list)))
|
("<f7>" . lsp-treemacs-errors-list)))
|
||||||
)
|
|
||||||
|
|
||||||
(provide 'programming/lsp)
|
(provide 'programming/lsp)
|
||||||
;;; lsp.el ends here
|
;;; lsp.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user