diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-05-26 15:46:38 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-05-26 15:46:38 -0700 |
commit | 65dea73b1362ba9ce03389e2148656bfba90d566 (patch) | |
tree | f95bb0f65d7160a2bee24fc18d682e3fd1fdf735 /.emacs | |
parent | 38f4e04a6aea11231d14de45774fa158dae3ff1d (diff) |
lsp in go
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ (load-file "~/.emacs.local.d/modes/ido.el") (load-file "~/.emacs.local.d/modes/imenu.el") (load-file "~/.emacs.local.d/modes/latex.el") +(load-file "~/.emacs.local.d/modes/lsp.el") (load-file "~/.emacs.local.d/modes/mail-mode.el") (load-file "~/.emacs.local.d/modes/markdown.el") (load-file "~/.emacs.local.d/modes/magit.el") |