about summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init-custom.el1
-rw-r--r--emacs.d/init-eshell.el2
-rw-r--r--emacs.d/init.el2
3 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/init-custom.el b/emacs.d/init-custom.el
index f3859ba1dd91..2b2916143f6d 100644
--- a/emacs.d/init-custom.el
+++ b/emacs.d/init-custom.el
@@ -12,6 +12,7 @@
  '(haskell-mode-hook
    (quote
     (capitalized-words-mode turn-on-haskell-decl-scan turn-on-haskell-doc turn-on-hi2)))
+ '(it-mode-google-cmd "/usr/local/share/python/google")
  '(ns-alternate-modifier (quote none))
  '(ns-command-modifier (quote meta)))
 (custom-set-faces
diff --git a/emacs.d/init-eshell.el b/emacs.d/init-eshell.el
index 4a520c3a86f2..239a9980ce3e 100644
--- a/emacs.d/init-eshell.el
+++ b/emacs.d/init-eshell.el
@@ -15,7 +15,7 @@
   (setq eshell-path-env (concat
 			 "/usr/local/bin:"
 			 (concat home-dir "/bin:")
-			 "/usr/local/share/python"
+			 "/usr/local/share/python:"
 			 eshell-path-env))
 
   (setenv "PATH" eshell-path-env))
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 35d5fda16bb8..bd3ecc9f7090 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -26,12 +26,14 @@
     magit
     magit
     markdown-mode
+    multiple-cursors
     nrepl
     paredit
     projectile
     rainbow-delimiters
     rainbow-mode
     smex
+    undo-tree
     geiser
     quack)
   "A list of packages to install at launch.")