This commit is contained in:
John Doty 2014-12-31 13:37:25 -08:00
parent de75eb18a6
commit d356caedb0
3 changed files with 6 additions and 2 deletions

View file

@ -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)
;; =================================================================