diff options
author | John Turner <jturner.usa@gmail.com> | 2023-07-16 00:45:01 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-07-16 00:45:01 -0400 |
commit | 4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (patch) | |
tree | b49cc7c8493e7c277a23f10c324fc4fde9967418 /init/prog-mode/init-prog-mode.el | |
parent | e166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff) | |
download | emacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz |
converted init code to use use-package
Diffstat (limited to 'init/prog-mode/init-prog-mode.el')
-rw-r--r-- | init/prog-mode/init-prog-mode.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/prog-mode/init-prog-mode.el b/init/prog-mode/init-prog-mode.el deleted file mode 100644 index eec9811..0000000 --- a/init/prog-mode/init-prog-mode.el +++ /dev/null @@ -1,5 +0,0 @@ -(require 'init-text-mode) - -(load "init-prog-mode-hooks") - -(provide 'init-prog-mode) |