summaryrefslogtreecommitdiff
path: root/init/flycheck/init-flycheck.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-07-16 00:45:01 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-07-16 00:45:01 -0400
commit4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (patch)
treeb49cc7c8493e7c277a23f10c324fc4fde9967418 /init/flycheck/init-flycheck.el
parente166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff)
downloademacs.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.el15
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)