Minor changes

This commit is contained in:
Vincent Ambo 2015-05-03 18:22:58 +02:00
parent ee070585df
commit 90f4e2811d
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
5 changed files with 15 additions and 6 deletions

View file

@ -28,6 +28,9 @@
;; Give me column numbers
(column-number-mode t)
;; Bash is the reliable one here
(setq multi-term-program "/bin/bash")
;;; Code:
(add-to-list 'exec-path "/usr/local/bin")