From e96e0c86bc69da1757aee8e6c6601491097b0ff3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 5 Jul 2018 14:59:59 +0200 Subject: Load Guix snippets. --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.org') 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 -- cgit v1.2.3