diff options
author | Thanos Apollo <[email protected]> | 2023-09-09 02:52:38 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-09 02:52:38 +0300 |
commit | 5025edb33b207f8a69e0513e9be07c821f9ce600 (patch) | |
tree | 2cae4ebf0bbbde223aeab6f1c34311636d042a7c | |
parent | 24e0ae35eae3fab9d2d735f1706ee71ea8041550 (diff) |
emacs(init): Add thanos-shells
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 85d3d9b..a64e941 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -24,7 +24,7 @@ (add-to-list 'load-path "~/.emacs.d/modules") (require 'thanos-packages) -(require 'thanos-eshell) +(require 'thanos-shells) (require 'thanos-aesthetics) (require 'thanos-dired) (require 'thanos-org) |