From 6bca2949f4aead7ba1ea0a1be674f4a715f8d851 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 11 Sep 2020 08:21:10 +0300 Subject: drop commented out code --- emacs.d/init.el | 8 -------- 1 file changed, 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) -- cgit v1.2.1