From 0eca928b18adff0fc3fcfd022624818f68863fda Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 21 Mar 2014 14:47:55 -0700 Subject: [PATCH] Typescript --- .emacs.d/init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6e30fe2..57dda6a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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 ()