summaryrefslogtreecommitdiff
path: root/emacs/custom/my-eshell.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-23 09:55:58 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-23 09:55:58 -0700
commit1543ac66ba6f829082b745e6a11a9aeb9e8faec7 (patch)
treef06103de2e5d82426877595cd23d6201f2cdb000 /emacs/custom/my-eshell.el
parentrename fcuny-org to my-org (diff)
downloademacs.d-1543ac66ba6f829082b745e6a11a9aeb9e8faec7.tar.gz
rename a few more libraries
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