diff options
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))) |