Skip to content

Commit 151b8f9

Browse files
Correctly start minor mode
1 parent dd921a8 commit 151b8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter-kit-scala.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Provide templates for many standard operations.
158158
*** Configure Yasnippet
159159
#+begin_src emacs-lisp
160160
(add-hook 'scala-mode-hook '(lambda ()
161-
(yas/minor-mode-on)))
161+
(yas-minor-mode)))
162162
#+end_src
163163

164164
** Whitespace

0 commit comments

Comments
 (0)