Typescript
This commit is contained in:
parent
93ad4e62d6
commit
0eca928b18
1 changed files with 8 additions and 0 deletions
|
|
@ -133,14 +133,20 @@
|
||||||
lua-mode ; LUA
|
lua-mode ; LUA
|
||||||
go-mode ; Go programming language mode
|
go-mode ; Go programming language mode
|
||||||
filladapt ; Adaptive fills
|
filladapt ; Adaptive fills
|
||||||
|
flyspell ; Spell-checking
|
||||||
|
flymake ; Compiling
|
||||||
|
|
||||||
go-autocomplete ; Autocomplete for golang
|
go-autocomplete ; Autocomplete for golang
|
||||||
popup ; Pretty completions?
|
popup ; Pretty completions?
|
||||||
|
|
||||||
|
ts-mode ; Typescript ?
|
||||||
|
|
||||||
;; ----- PROVISIONAL (for whatever that's worth)
|
;; ----- PROVISIONAL (for whatever that's worth)
|
||||||
auto-complete-nxml ; Auto-complete for nxml (maybe?)
|
auto-complete-nxml ; Auto-complete for nxml (maybe?)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; GET THE PACKAGES
|
;; GET THE PACKAGES
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
|
|
@ -305,6 +311,8 @@
|
||||||
|
|
||||||
(add-hook 'c-mode-common-hook 'my-c-common-hook)
|
(add-hook 'c-mode-common-hook 'my-c-common-hook)
|
||||||
|
|
||||||
|
;; Don't know why I need this all of a sudden...
|
||||||
|
(require 'flymake)
|
||||||
|
|
||||||
;; To make working w/ idl files easier:
|
;; To make working w/ idl files easier:
|
||||||
(defun idl-insert-guid ()
|
(defun idl-insert-guid ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue