summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.d/main.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.d/main.org b/init.d/main.org
index ee7eb7d..07b16f3 100644
--- a/init.d/main.org
+++ b/init.d/main.org
@@ -2765,3 +2765,11 @@ searched during activation of the global mode).
(yas-global-mode 1)
#+end_src
+*** Reduce verbosity
+
+I do not need the messages about loading all the snippets. The default
+verbosity of =4= can be reduced.
+
+#+begin_src emacs-lisp :tangle no :noweb-ref yas
+ (setq yas-verbosity 2)
+#+end_src