diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-eshell.el (renamed from emacs/custom/fcuny-eshell.el) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/my-eshell.el index 29495ef..a6b2cfc 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/my-eshell.el @@ -1,8 +1,9 @@ -;;; fcuny-eshell.el --- Configure eshell +;;; my-eshell.el --- Configure eshell ;;; Commentary: ;;; Code: +(eval-when-compile + (require 'use-package) ) -(require 'use-package) (require 'magit) (require 'eshell) @@ -227,5 +228,5 @@ append to it, while separating multiple outputs with :ensure t :hook (eshell-mode . eshell-bookmark-setup)) -(provide 'fcuny-eshell) -;;; fcuny-eshell.el ends here +(provide 'my-eshell) +;;; my-eshell.el ends here |