Emacs: Fix excess ).

This commit is contained in:
tastytea 2020-12-08 13:24:28 +01:00
parent d15eefdf5d
commit 6f6c03b577

View File

@ -1,6 +1,6 @@
;;; 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:
@ -75,7 +75,6 @@
:after (treemacs lsp-ui)
:bind (:map lsp-ui-mode-map
("<f7>" . lsp-treemacs-errors-list)))
)
(provide 'programming/lsp)
;;; lsp.el ends here