Add headers and provide to each package
This commit is contained in:
parent
ae4946ea96
commit
4337243183
11 changed files with 105 additions and 11 deletions
8
11lsp.el
8
11lsp.el
|
|
@ -1,3 +1,8 @@
|
|||
;;; 11lsp -- summary
|
||||
;;; Commentary:
|
||||
;;; Global Language Server Protocol Config
|
||||
;;; Code:
|
||||
|
||||
(use-package lsp-mode
|
||||
:ensure t
|
||||
:defer t
|
||||
|
|
@ -18,3 +23,6 @@
|
|||
lsp-ui-header t
|
||||
lsp-ui-doc-include-signature t
|
||||
lsp-log-io nil)
|
||||
|
||||
(provide '11lsp)
|
||||
;;; 11lsp.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue