Typescript

This commit is contained in:
John Doty 2014-03-21 14:47:55 -07:00
parent 93ad4e62d6
commit 0eca928b18

View file

@ -133,14 +133,20 @@
lua-mode ; LUA
go-mode ; Go programming language mode
filladapt ; Adaptive fills
flyspell ; Spell-checking
flymake ; Compiling
go-autocomplete ; Autocomplete for golang
popup ; Pretty completions?
ts-mode ; Typescript ?
;; ----- PROVISIONAL (for whatever that's worth)
auto-complete-nxml ; Auto-complete for nxml (maybe?)
))
;; =================================================================
;; GET THE PACKAGES
;; =================================================================
@ -305,6 +311,8 @@
(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:
(defun idl-insert-guid ()