diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-03-23 09:55:58 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-03-23 09:55:58 -0700 |
| commit | 1543ac66ba6f829082b745e6a11a9aeb9e8faec7 (patch) | |
| tree | f06103de2e5d82426877595cd23d6201f2cdb000 /emacs/custom/fcuny-eshell.el | |
| parent | rename fcuny-org to my-org (diff) | |
| download | emacs.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 |
