summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.org b/init.org
index 494bea4..2873ef0 100644
--- a/init.org
+++ b/init.org
@@ -266,6 +266,14 @@ Oleg Pykhalov shared this useful snippet to list bugs for which I am listed as t
(debbugs-gnu nil))))
#+END_SRC
+When working on Guix it helps to reduce boilerplate with snippets. I like to have YASnippet enabled and let it use the snippets that are provided with Guix:
+
+#+BEGIN_SRC elisp
+(require 'yasnippet)
+(add-to-list 'yas-snippet-dirs "~/dev/gx/branches/master/etc/snippets")
+(yas-global-mode)
+#+END_SRC
+
* Manuals
:PROPERTIES:
:header-args: :noweb-ref manuals