about summary refs log tree commit diff
path: root/init-custom.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@Vincents-MacBook-Pro.local>2013-08-17T18·43+0200
committerVincent Ambo <vincent@Vincents-MacBook-Pro.local>2013-08-17T18·43+0200
commit15f83cc78f9776e9c63a57f681c60608221a7758 (patch)
treef934c53eb5fb9a338931074d134df4801f4265e7 /init-custom.el
parent996c5867e6bcb871348f914e460f0d82729d268e (diff)
* Fixed eshell pwd function
* Minor changes
Diffstat (limited to 'init-custom.el')
-rw-r--r--init-custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-custom.el b/init-custom.el
index 22e37bfa62b4..a67302aa526b 100644
--- a/init-custom.el
+++ b/init-custom.el
@@ -12,7 +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")
+ '(it-mode-google-cmd "/usr/local/bin/google")
  '(ns-alternate-modifier (quote none))
  '(ns-command-modifier (quote meta))
  '(require-final-newline (quote visit-save)))