diff options
author | John Turner <jturner.usa@gmail.com> | 2023-07-16 01:24:15 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-07-16 01:24:15 -0400 |
commit | a2438dabc3a4d90e34ba6a3099994ed50cf0f01e (patch) | |
tree | c0eaa5b4f2f9d59d180908da37c62e92e56824dd /packages/highlight-indentation.el | |
parent | 4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (diff) | |
download | emacs.d-a2438dabc3a4d90e34ba6a3099994ed50cf0f01e.tar.gz |
fixup
Diffstat (limited to 'packages/highlight-indentation.el')
-rw-r--r-- | packages/highlight-indentation.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/highlight-indentation.el b/packages/highlight-indentation.el new file mode 100644 index 0000000..499f6e9 --- /dev/null +++ b/packages/highlight-indentation.el @@ -0,0 +1,2 @@ +(use-package highlight-indentation + :if (locate-library "highlight-indentation")) |