Skip to content

Commit f2dab02

Browse files
committedAug 8, 2016
add (require 'yasnippet) to a couple of more .yas-setup.el
1 parent 63e65c2 commit f2dab02

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎prog-mode/.yas-setup.el

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
(require 'yasnippet)
2+
13
(defun yas-with-comment (str)
24
(format "%s%s%s" comment-start str comment-end))

‎python-mode/.yas-setup.el

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(require 'yasnippet)
12
(defvar yas-text)
23

34
(defun python-split-args (arg-string)

0 commit comments

Comments
 (0)
Please sign in to comment.