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
380c3ac268
doomemacs
/
modules
/
tools
/
lsp
/
autoload.el
5 lines
94 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; -*-
Minor tweaks across the board
2019-05-21 00:34:32 -04:00
;;;###autodef
Replace +lsp|init with lsp! autodef
2019-03-02 01:33:54 -05:00
(
defalias
'lsp!
#'
lsp
)
Reference in a new issue
Copy permalink