diff options
author | Thanos Apollo <[email protected]> | 2023-10-13 16:16:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-13 16:16:15 +0300 |
commit | fa0c17b42caae8a5b4479bb5f057d7a9f8d0d1e5 (patch) | |
tree | b0ccdc406ddfb87fa5b39e5c8eb4064ed4e6c4c1 /.emacs.d/modules/thanos-shells.el | |
parent | e499779299f5f95589ccbd0e35392c6e992ada7a (diff) |
emacs:(shells) enable pcomplete-yay by default
Diffstat (limited to '.emacs.d/modules/thanos-shells.el')
-rw-r--r-- | .emacs.d/modules/thanos-shells.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-shells.el b/.emacs.d/modules/thanos-shells.el index 822e102..a06346d 100644 --- a/.emacs.d/modules/thanos-shells.el +++ b/.emacs.d/modules/thanos-shells.el @@ -35,7 +35,7 @@ ;; configuration with eat -;; (require 'pcomplete-yay) +(require 'pcomplete-yay) ;; (require 'pcomplete) |