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/compile/init-compile.el | |
parent | e166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff) | |
download | emacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz |
converted init code to use use-package
Diffstat (limited to 'init/compile/init-compile.el')
-rw-r--r-- | init/compile/init-compile.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/compile/init-compile.el b/init/compile/init-compile.el deleted file mode 100644 index 874aa73..0000000 --- a/init/compile/init-compile.el +++ /dev/null @@ -1,3 +0,0 @@ -(add-hook 'compilation-mode-hook 'visual-line-mode) - -(provide 'init-compile) |