fixup! Remove annoing flymake
This commit is contained in:
parent
2a062472f3
commit
b06721db85
@ -70,9 +70,9 @@
|
|||||||
(add-to-list 'compilation-error-regexp-alist '("^\\(PASS\\|SKIP\\|XFAIL\\|TFAIL\\): \\(.*\\)$" 2 () () 0 2))
|
(add-to-list 'compilation-error-regexp-alist '("^\\(PASS\\|SKIP\\|XFAIL\\|TFAIL\\): \\(.*\\)$" 2 () () 0 2))
|
||||||
(add-to-list 'compilation-error-regexp-alist '("^\\(FAIL\\|XPASS\\): \\(.*\\)$" 2 () () 2 2))
|
(add-to-list 'compilation-error-regexp-alist '("^\\(FAIL\\|XPASS\\): \\(.*\\)$" 2 () () 2 2))
|
||||||
|
|
||||||
(require 'flymake)
|
;(require 'flymake)
|
||||||
(add-hook 'find-file-hooks 'flymake-find-file-hook)
|
;(add-hook 'find-file-hooks 'flymake-find-file-hook)
|
||||||
(require 'flymake-cursor)
|
;(require 'flymake-cursor)
|
||||||
|
|
||||||
;;IswitchBuffer configuration
|
;;IswitchBuffer configuration
|
||||||
(require 'ido)
|
(require 'ido)
|
||||||
|
Loading…
Reference in New Issue
Block a user