Emacs: Delete yasnippet-snippets-dir from yas-snippet-dirs.

This commit is contained in:
tastytea 2020-02-05 19:59:02 +01:00
parent 96d9c7206b
commit 90f54d8b67

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-05T16:31:25+0100>
;; Time-stamp: <2020-02-05T19:58:53+0100>
;;; Commentary:
@ -150,7 +150,7 @@
:defer t
:config
(setq yasnippet-snippets-dir "")
(delete 'yasnippet-snippets-dir yas-snippet-dirs) ; Don't add snippets.
)
;; Automatically insert text in new files.