diff options
author | Vincent Ambo <vincent@Vincents-MacBook-Pro.local> | 2013-08-17T18·43+0200 |
---|---|---|
committer | Vincent Ambo <vincent@Vincents-MacBook-Pro.local> | 2013-08-17T18·43+0200 |
commit | 15f83cc78f9776e9c63a57f681c60608221a7758 (patch) | |
tree | f934c53eb5fb9a338931074d134df4801f4265e7 /init-custom.el | |
parent | 996c5867e6bcb871348f914e460f0d82729d268e (diff) |
* Fixed eshell pwd function
* Minor changes
Diffstat (limited to 'init-custom.el')
-rw-r--r-- | init-custom.el | 2 |
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))) |