summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/modules/thanos-shells.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/.emacs.d/modules/thanos-shells.el b/.emacs.d/modules/thanos-shells.el
index 36552d4..f8aaa9f 100644
--- a/.emacs.d/modules/thanos-shells.el
+++ b/.emacs.d/modules/thanos-shells.el
@@ -30,9 +30,7 @@
;;; Code:
(setenv "EDITOR" "emacsclient -n")
-(setenv "DEBEMAIL" "[email protected]")
-(setenv "DEBNAME" "Thanos Apollo")
-(setenv "SBCL_HOME" "/usr/local/lib/sbcl")
+(setenv "SBCL_HOME" "~/Developer/common-lisp/sbcl")
(setenv "XDG_SESSION_TYPE" "x11")
;; configuration with eat
@@ -40,8 +38,9 @@
(require 'eat)
(setf eshell-visual-commands '())
-(eat-eshell-mode 1)
+(add-hook 'eshell-load-hook #'eat-eshell-mode)
+(add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode)
;;;; sudo completion
(defun pcomplete/sudo ()
"Completion rules for the `sudo' command."