summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-07-05 14:59:59 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-07-05 14:59:59 +0200
commite96e0c86bc69da1757aee8e6c6601491097b0ff3 (patch)
tree47a1a890a29af2af20c53fe199d8c3e77222db99 /init.org
parent00f27d6173afea8dbaae7942ff23ed551c1191e3 (diff)
Load Guix snippets.
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