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/flycheck/init-flycheck.el | |
parent | e166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff) | |
download | emacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz |
converted init code to use use-package
Diffstat (limited to 'init/flycheck/init-flycheck.el')
-rw-r--r-- | init/flycheck/init-flycheck.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/init/flycheck/init-flycheck.el b/init/flycheck/init-flycheck.el deleted file mode 100644 index ee59ef8..0000000 --- a/init/flycheck/init-flycheck.el +++ /dev/null @@ -1,15 +0,0 @@ -(require 'flycheck) - -(load "init-flycheck-cargo-has-command-p-fix") - -(add-hook 'flycheck-error-list-mode-hook (lambda () (visual-line-mode 1))) - -(add-to-list 'display-buffer-alist '("\\*Flycheck errors.*" - (init-display-buffer-best-side) - (which-side . (lambda () - (if (init-display-buffer-frame-wide-p) - 'right - 'bottom))))) - - -(provide 'init-flycheck) |