Skip to content

Commit

Permalink
Fixed c++-mode cpp filter
Browse files Browse the repository at this point in the history
zeal filter c++ used "c++:"  not "cpp"
  • Loading branch information
cnsworder committed Jan 20, 2015
1 parent 1282b07 commit 9d55325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeal-at-point.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
(defcustom zeal-at-point-mode-alist
'((actionscript-mode . "actionscript")
(arduino-mode . "arduino")
(c++-mode . "cpp")
(c++-mode . "c++")
(c-mode . "c")
(clojure-mode . "clojure")
(coffee-mode . "coffee")
Expand Down

0 comments on commit 9d55325

Please sign in to comment.