diff --git a/.emacs.d/core.el b/.emacs.d/core.el index 43b3e29..4956c62 100644 --- a/.emacs.d/core.el +++ b/.emacs.d/core.el @@ -33,6 +33,9 @@ ;; sense. But fetching the packages is still the hard part. ;; +;; Make sure we start the server? +;; +(server-start) ;; ================================================================= ;; Various bits of path setup (init-dir is defined by init.el) @@ -234,7 +237,7 @@ (require 'filladapt) (setq-default filladapt-mode t) -;; Also, ido mode. Which is the BEST thing. Really. +;; We're going to stop doing ido and start doing helm, maybe? (require 'ido) ;; ================================================================= diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index 5371837..4d1abfc 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -43,6 +43,8 @@ '(transient-mark-mode t) '(truncate-lines t) '(use-dialog-box nil) + '(web-mode-code-indent-offset 2) + '(web-mode-css-indent-offset 2) '(which-func-mode-global t nil (which-func)) '(widget-editable-list-gui t) '(x-stretch-cursor nil)) diff --git a/.gitconfig b/.gitconfig index 0f6c22c..80ab3ec 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,7 +2,6 @@ name = John Doty email = john@d0ty.me [core] - editor = c:/chocolatey/bin/emacs.bat autocrlf = true [pretty] doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset