diff options
author | Thanos Apollo <[email protected]> | 2023-10-09 21:22:20 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-09 21:22:20 +0300 |
commit | 7a89fc919671e5319b7f9b39464f8df5e25686bb (patch) | |
tree | 83036cfcc9aa3c0a00477ed48d474c9662686397 /.emacs.d/modules/thanos-shells.el | |
parent | aac301639897f9ee2ae4ac267813dc36bec66d3d (diff) |
emacs:(shells) disable yay completions by default
If no internet connection, hangs Emacs
Diffstat (limited to '.emacs.d/modules/thanos-shells.el')
-rw-r--r-- | .emacs.d/modules/thanos-shells.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-shells.el b/.emacs.d/modules/thanos-shells.el index 0e7c476..822e102 100644 --- a/.emacs.d/modules/thanos-shells.el +++ b/.emacs.d/modules/thanos-shells.el @@ -33,10 +33,12 @@ (setenv "SBCL_HOME" "~/Developer/common-lisp/sbcl") (setenv "XDG_SESSION_TYPE" "x11") -;; yay completions -(require 'pcomplete-yay) ;; configuration with eat +;; (require 'pcomplete-yay) + +;; +(require 'pcomplete) (require 'eshell) (setf eshell-visual-commands '()) |