diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-30T14·19+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-30T14·19+0200 |
commit | 459f0433e66c3a2c7f2b30df85267d9d9064faf2 (patch) | |
tree | aeb7cc899ac00dd96964b604ad1105fdd0a1cb14 /emacs.d/init-custom.el | |
parent | cae07c88fd5ebb26caf78c37c560855b12cb8268 (diff) |
emacs: Minor fixes
Diffstat (limited to 'emacs.d/init-custom.el')
-rw-r--r-- | emacs.d/init-custom.el | 1 |
1 files changed, 1 insertions, 0 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 |