This website requires JavaScript.
Explore
Help
Sign in
emenel
/
doomemacs
Watch
1
Star
0
Fork
You've already forked doomemacs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
eb3c569e1d
doomemacs
/
modules
/
tools
/
lsp
/
autoload.el
5 lines
95 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Add basic LSP support Still needs to be documented, but includes support for the following languages: + C/C++/ObjC + Go + Java + Javascript + OCaml + PHP + Python + Ruby + Scala + Swift + HTML/CSS Relevant to #460, #716, #1186
2019-02-21 16:08:27 -05:00
;;; feature/lsp/autoload.el -*- lexical-binding: t; -*-
Replace +lsp|init with lsp! autodef
2019-03-02 01:33:54 -05:00
;;;###autodef
(
defalias
'lsp!
#'
lsp
)
Reference in a new issue
Copy permalink