diff options
author | Thanos Apollo <[email protected]> | 2023-11-10 18:31:40 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-10 18:31:40 +0200 |
commit | 987cfe58938c8c08b41dfa1d184909cef5718f62 (patch) | |
tree | cb2a1c0812884f217be07bbf97a676639087bb8d /.emacs.d | |
parent | 727e6888535bd3b84fbdc187c77eef6fdf6cfc70 (diff) |
emacs:(shells) Update setv & remove pcomplete-yay
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/modules/thanos-shells.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/modules/thanos-shells.el b/.emacs.d/modules/thanos-shells.el index c311d54..61bbeae 100644 --- a/.emacs.d/modules/thanos-shells.el +++ b/.emacs.d/modules/thanos-shells.el @@ -30,13 +30,8 @@ ;;; Code: (setenv "EDITOR" "emacsclient -n") -(setenv "SBCL_HOME" "~/Developer/common-lisp/sbcl") (setenv "XDG_SESSION_TYPE" "x11") - -;; configuration with eat -;;(require 'pcomplete-yay) - ;; (require 'pcomplete) (require 'eshell) |