Skip to content

Commit

Permalink
Use paredit's new 'curly' terminology instead of 'brace'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodlad committed Sep 9, 2009
1 parent 9b39bcb commit 2474c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starter-kit-js.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
(setq espresso-indent-level 2)

(eval-after-load 'espresso
'(progn (define-key espresso-mode-map "{" 'paredit-open-brace)
(define-key espresso-mode-map "}" 'paredit-close-brace-and-newline)
'(progn (define-key espresso-mode-map "{" 'paredit-open-curly)
(define-key espresso-mode-map "}" 'paredit-close-curly-and-newline)
;; fixes problem with pretty function font-lock
(define-key espresso-mode-map (kbd ",") 'self-insert-command)
(font-lock-add-keywords 'espresso-mode
Expand Down

0 comments on commit 2474c8b

Please sign in to comment.