diff --git a/init.d/text/common.el b/init.d/text/common.el index 504b400..092cf45 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -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.