Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharif Nassar committed Jan 19, 2016
1 parent 776b83c commit 10fca57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/init-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
(define-key paredit-mode-map (kbd "M-)") 'paredit-forward-slurp-sexp)
(define-key paredit-mode-map (kbd "M-(") 'paredit-backward-slurp-sexp)
(dolist (mode paren-face-modes)
(add-hook (intern (concat (symbol-name mode) "-hook")) 'paredit-mode))
)
(add-hook (intern (concat (symbol-name mode) "-hook")) 'paredit-mode)))

(use-package elisp-slime-nav
:ensure
Expand Down

0 comments on commit 10fca57

Please sign in to comment.