summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-11 08:21:10 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-11 08:21:10 +0300
commit6bca2949f4aead7ba1ea0a1be674f4a715f8d851 (patch)
tree4e27baeb2c19aa177cc6973eedd584dd66ba30ad
parent47ec2c2a417027710a4dceb09a87da60f4f24158 (diff)
downloadliw-dot-files-6bca2949f4aead7ba1ea0a1be674f4a715f8d851.tar.gz
drop commented out code
-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)