feature/snippets: add doctor.el
This commit is contained in:
parent
505ceb3530
commit
e33a3b2c63
1 changed files with 7 additions and 0 deletions
7
modules/feature/snippets/doctor.el
Normal file
7
modules/feature/snippets/doctor.el
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue