config/default: remove default yasnippet directory
Otherwise, ~/.emacs.d/snippets is always created.
This commit is contained in:
parent
a5a8ca617a
commit
800f8c4739
2 changed files with 5 additions and 5 deletions
|
@ -109,12 +109,11 @@
|
||||||
+attach ; custom attachment system
|
+attach ; custom attachment system
|
||||||
+babel ; running code in org
|
+babel ; running code in org
|
||||||
+capture ; org-capture in and outside of Emacs
|
+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
|
+present ; Emacs for presentations
|
||||||
;; TODO +publish
|
+publish) ; Emacs+Org as a static site generator
|
||||||
)
|
|
||||||
perl ; write code no one else can comprehend
|
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
|
plantuml ; diagrams for confusing people more
|
||||||
purescript ; javascript, but functional
|
purescript ; javascript, but functional
|
||||||
python ; beautiful is better than ugly
|
python ; beautiful is better than ugly
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
(def-package! emacs-snippets
|
(def-package! emacs-snippets
|
||||||
:if (featurep! +snippets)
|
:if (featurep! +snippets)
|
||||||
:after yasnippet)
|
:after yasnippet
|
||||||
|
:config (delete yas--default-user-snippets-dir yas-snippet-dirs))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue