diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2016-08-04 16:36:39 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2016-08-04 16:36:39 +0200 |
commit | 7a7259065d54708d7f92ab880755aca7971410c6 (patch) | |
tree | 1f3d9e6f94ea69bf9c02500e55a9d433a2fd1b4b | |
parent | 8785229ecb54e64f9d48611d8cf0925109271e4c (diff) | |
download | emacs-7a7259065d54708d7f92ab880755aca7971410c6.tar.gz emacs-7a7259065d54708d7f92ab880755aca7971410c6.tar.xz emacs-7a7259065d54708d7f92ab880755aca7971410c6.zip |
init: Reduce verbosity of yasnippet
-rw-r--r-- | init.d/main.org | 8 |
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 |