summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 7e54c8f..193cb80 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -174,14 +174,6 @@
:underline "#ff0000"
:foreground "#ff0000")
-;;(require 'flymake)
-;;(add-hook 'prog-mode-hook 'flymake-mode)
-;;(add-hook 'prog-mode-hook 'flymake-mode)
-;;(set-face-attribute 'flymake-error nil
-;; :underline "#ff0000"
-;; :foreground "#ff0000")
-
-
;; Show current function.
(add-hook 'prog-mode-hook 'which-function-mode)