Start adding lsp integration to emacs.

This commit is contained in:
jgrogan 2024-06-07 10:38:09 +01:00
parent fa30149008
commit 3a32b78c29
3 changed files with 69 additions and 1 deletions

View file

@ -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)