Skip to content

Commit

Permalink
Bugfix: wrong function name in helm erc source!
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Jan 6, 2015
1 parent cd8514c commit 73688ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-erc.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'((name . "ERC Channels")
(volatile)
(delayed)
(candidates-process . helm-erc-buffer-list)
(candidates . erc-helm-buffer-list)
(action . helm-switch-to-buffer)))

(defun erc-helm-switch-buffer ()
Expand Down

0 comments on commit 73688ed

Please sign in to comment.