diff --git a/configs/custom.el b/configs/custom.el index 163967d..5d7e77b 100644 --- a/configs/custom.el +++ b/configs/custom.el @@ -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 '("^\\(FAIL\\|XPASS\\): \\(.*\\)$" 2 () () 2 2)) -(require 'flymake) -(add-hook 'find-file-hooks 'flymake-find-file-hook) -(require 'flymake-cursor) +;(require 'flymake) +;(add-hook 'find-file-hooks 'flymake-find-file-hook) +;(require 'flymake-cursor) ;;IswitchBuffer configuration (require 'ido)