* Fixed eshell pwd function

* Minor changes
This commit is contained in:
Vincent Ambo 2013-08-17 20:43:05 +02:00
parent 996c5867e6
commit 15f83cc78f
3 changed files with 7 additions and 11 deletions

View file

@ -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)))