From 7a7259065d54708d7f92ab880755aca7971410c6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 4 Aug 2016 16:36:39 +0200 Subject: init: Reduce verbosity of yasnippet --- init.d/main.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3