add yaml-mode, enable server tcp.

This commit is contained in:
Ivan Malison 2014-10-27 01:18:10 -07:00
parent a1f5e4d303
commit 28d5418644

View File

@ -50,7 +50,7 @@
auto-complete project-root popup web-beautify
js2-mode js3-mode sphinx-doc ansi-color pytest
exec-path-from-shell base16-theme slime
string-inflection yasnippet)
string-inflection yasnippet yaml-mode)
"Packages that must be installed at launch.")
(defun ensure-package-installed (packages)
@ -85,7 +85,7 @@ Return a list of installed packages or nil for every package not installed."
(auto-fill-mode -1)
;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server
;;(setq server-use-tcp t)
(setq server-use-tcp t)
(put 'set-goal-column 'disabled nil)