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/my-prog.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-prog.el (renamed from emacs/custom/fcuny-prog.el) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/my-prog.el index 2c4635e..ce41935 100644 --- a/emacs/custom/fcuny-prog.el +++ b/emacs/custom/my-prog.el @@ -1,9 +1,9 @@ -;;; fcuny-prog.el --- Configures emacs for various programming languages +;;; my-prog.el --- Configures emacs for various programming languages ;;; Commentary: ;;; Code: -(require 'fcuny-vars) +;; (require 'fcuny-vars) (require 'use-package) (use-package man @@ -127,5 +127,5 @@ :mode "\\.nix\\'" :hook ((before-save . nix-format-before-save))) -(provide 'fcuny-prog) -;;; fcuny-prog.el ends here +(provide 'my-prog) +;;; my-prog.el ends here |