Start adding lsp integration to emacs.
This commit is contained in:
parent
fa30149008
commit
3a32b78c29
3 changed files with 69 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
|||
;; line numbers
|
||||
(global-display-line-numbers-mode 1)
|
||||
|
||||
;; word wrap over lines
|
||||
(global-visual-line-mode t)
|
||||
|
||||
;; Add small window fringes
|
||||
(set-fringe-mode 10)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue