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/text-mode/init-text-mode-hooks.el | |
parent | e166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff) | |
download | emacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz |
converted init code to use use-package
Diffstat (limited to 'init/text-mode/init-text-mode-hooks.el')
-rw-r--r-- | init/text-mode/init-text-mode-hooks.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init/text-mode/init-text-mode-hooks.el b/init/text-mode/init-text-mode-hooks.el deleted file mode 100644 index f740e0c..0000000 --- a/init/text-mode/init-text-mode-hooks.el +++ /dev/null @@ -1,9 +0,0 @@ -(add-hook 'text-mode-hook (lambda () - (display-line-numbers-mode 1) - (visual-line-mode 1) - (display-fill-column-indicator-mode 1) - (electric-pair-mode 1) - (electric-indent-mode 1) - (setq-local display-fill-column-indicator-column 120) - (when (require 'highlight-indentation nil t) - (highlight-indentation-mode 1)))) |