From 800f8c4739fe5054626b415751a3e2ac14973979 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Feb 2018 01:34:08 -0500 Subject: [PATCH] config/default: remove default yasnippet directory Otherwise, ~/.emacs.d/snippets is always created. --- init.example.el | 7 +++---- modules/config/default/config.el | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/init.example.el b/init.example.el index ae322211b..b1e335eec 100644 --- a/init.example.el +++ b/init.example.el @@ -109,12 +109,11 @@ +attach ; custom attachment system +babel ; running code in org +capture ; org-capture in and outside of Emacs - +export ; centralized export system + more backends + +export ; Exporting org to whatever you want +present ; Emacs for presentations - ;; TODO +publish - ) + +publish) ; Emacs+Org as a static site generator perl ; write code no one else can comprehend - php ; make php less awful to work with + php ; perl's insecure younger brother plantuml ; diagrams for confusing people more purescript ; javascript, but functional python ; beautiful is better than ugly diff --git a/modules/config/default/config.el b/modules/config/default/config.el index eed115c15..7c5d3ebc8 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -9,7 +9,8 @@ (def-package! emacs-snippets :if (featurep! +snippets) - :after yasnippet) + :after yasnippet + :config (delete yas--default-user-snippets-dir yas-snippet-dirs)) ;;