Skip to content

Commit

Permalink
Run prog-mode-hooks when activating clojure-mode.
Browse files Browse the repository at this point in the history
For Emacs 24.
  • Loading branch information
technomancy committed May 30, 2011
1 parent e2e607d commit 620ed99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ if that value is non-nil."
(clojure-mode-font-lock-setup)

(run-mode-hooks 'clojure-mode-hook)
(run-hooks 'prog-mode-hook)

;; Enable curly braces when paredit is enabled in clojure-mode-hook
(when (and (featurep 'paredit) paredit-mode (>= paredit-version 21))
Expand Down

0 comments on commit 620ed99

Please sign in to comment.