summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-07 17:44:38 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-07 17:46:45 -0700
commitf200c050d3b86580eff8b93f06c4e8c4bc43594c (patch)
tree19ba82ca0d79996f92664a8895a5bf9c16a35583
parentformat the code block for yasnippet (diff)
downloademacs.d-f200c050d3b86580eff8b93f06c4e8c4bc43594c.tar.gz
remove settings for flymake
I think they are the ones responsible for reporting errors after
saving a change / formatting the buffer.

Change-Id: I79389bb4baabd30648e85ae422afdca2f557a3af
-rw-r--r--init.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.org b/init.org
index 6a1ea8f..14abb93 100644
--- a/init.org
+++ b/init.org
@@ -882,10 +882,7 @@ Invokes [[https://direnv.net/][direnv]] to obtain environment for the current fi
   (flymake-start-on-save-buffer t)
   (flymake-fringe-indicator-position 'left-fringe)
   (flymake-suppress-zero-counters t)
-  (flymake-start-on-flymake-mode t)
-  (flymake-no-changes-timeout nil)
   (flymake-proc-compilation-prevents-syntax-check t)
-  (flymake-wrap-around nil)
   (elisp-flymake-byte-compile-load-path load-path))
 #+end_src