summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-11-10 18:31:40 +0200
committerThanos Apollo <[email protected]>2023-11-10 18:31:40 +0200
commit987cfe58938c8c08b41dfa1d184909cef5718f62 (patch)
treecb2a1c0812884f217be07bbf97a676639087bb8d /.emacs.d
parent727e6888535bd3b84fbdc187c77eef6fdf6cfc70 (diff)
emacs:(shells) Update setv & remove pcomplete-yay
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-shells.el5
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)