feature/snippets: add doctor.el

This commit is contained in:
Henrik Lissner 2018-05-09 12:34:50 +02:00
parent 505ceb3530
commit e33a3b2c63
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -0,0 +1,7 @@
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; feature/snippets/doctor.el
(require 'yasnippet)
(unless (ignore-errors (yas-reload-all)
(yas--get-snippet-tables))
(warn! "Couldn't find any snippets in any of these directories: %s" yas-snippet-dirs))