Skip to content

Commit 64eb599

Browse files
committed
Merge pull request eschulte#54 from CommBank/master
Minor improvements to starter-kit-lisp and starter-kit-scala
2 parents 8a53d4e + dd921a8 commit 64eb599

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

starter-kit-lisp.org

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ much more comfortable experience. This is especially useful in
2929
combination with the sexp movement functions (=C-M-f= forward, =C-M-b=
3030
back, =C-M-u= up, =C-M-d= down)
3131

32+
33+
#+begin_src emacs-lisp
34+
(starter-kit-install-if-needed 'paredit)
35+
#+end_src
36+
3237
#+begin_src emacs-lisp
3338
(require 'paredit)
3439
(defun turn-on-paredit ()
@@ -83,6 +88,10 @@ back, =C-M-u= up, =C-M-d= down)
8388
:CUSTOM_ID: clojure
8489
:END:
8590

91+
#+begin_src emacs-lisp
92+
(starter-kit-install-if-needed 'clojure-mode)
93+
#+end_src
94+
8695
#+begin_src emacs-lisp
8796
(require 'clojure-mode)
8897

starter-kit-scala.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Provide templates for many standard operations.
152152

153153
*** Install Yasnippet
154154
#+begin_src emacs-lisp
155-
(starter-kit-install-if-needed 'yasnippet-bundle 'yasnippet)
155+
(starter-kit-install-if-needed 'yasnippet)
156156
#+end_src
157157

158158
*** Configure Yasnippet

0 commit comments

Comments
 (0)