summaryrefslogtreecommitdiff
path: root/init/flymake/init-flymake.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/flymake/init-flymake.el')
-rw-r--r--init/flymake/init-flymake.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/init/flymake/init-flymake.el b/init/flymake/init-flymake.el
deleted file mode 100644
index 0fbd45a..0000000
--- a/init/flymake/init-flymake.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(require 'flymake)
-
-(load "init-flymake-hooks")
-
-(add-to-list 'display-buffer-alist '("\\*Flymake diagnostics.*"
- (init-display-buffer-best-side)
- (which-side . (lambda ()
- (if (init-display-buffer-frame-wide-p)
- 'right
- 'bottom)))))
-
-(provide 'init-flymake)