diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-02-04T22·48+0100 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-02-04T22·48+0100 |
commit | bdbc18d285dee458f73c92efeac9a5eb417892e0 (patch) | |
tree | 3c2394c6d60743419c40c82082aa56b0384f0828 /init-eshell.el | |
parent | 05d10fae2ad2142555b5dbacf5fc7786ea485dec (diff) |
Various things
- Disable local file loading for now until I have a solution for the DBus problem - Emacs daemon implicitly starts server
Diffstat (limited to 'init-eshell.el')
-rw-r--r-- | init-eshell.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init-eshell.el b/init-eshell.el index e2191dd4ecf5..73ec85a565dc 100644 --- a/init-eshell.el +++ b/init-eshell.el @@ -6,9 +6,6 @@ ;; Hide banner message ... (setq eshell-banner-message "") -(defvar home-dir) -(setq home-dir (expand-file-name "~")) - (defun eshell-mode-hook-setup () "Sets up EShell when it is loaded" (setq eshell-path-env (concat |