projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e81c51
)
emacs: yasnippet: bind SPC to yas-maybe-expand in yas-minor-mode-map
author
Amin Bandali
<bandali@gnu.org>
Tue, 27 Aug 2019 03:48:44 +0000
(23:48 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 27 Aug 2019 05:38:25 +0000
(
01:38
-0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
08af872
..
cc01a13
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1512,6
+1512,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t)
(yas-reload-all)
(setq yas-verbosity yas-verbosity-cur)
+ (define-key yas-minor-mode-map (kbd "SPC") yas-maybe-expand)
(yas-global-mode))
(use-package debbugs)