forked from colonelpanic/dotfiles
add yaml-mode, enable server tcp.
This commit is contained in:
parent
a1f5e4d303
commit
28d5418644
4
init.el
4
init.el
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user