X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=mode-hooks%2Ferc-mode-hooks.el;h=e92a761e16eb4b764212d5d70b1e65a4430e6dae;hp=4aa8edcb5843fd0d023fdb2f9a899d893580158a;hb=fbdd97865ec6461fdb93cf44c98a86f33091f851;hpb=8732d382ec004f811ff517ef4f6b90bf909a2ff7 diff --git a/mode-hooks/erc-mode-hooks.el b/mode-hooks/erc-mode-hooks.el index 4aa8edc..e92a761 100644 --- a/mode-hooks/erc-mode-hooks.el +++ b/mode-hooks/erc-mode-hooks.el @@ -1,9 +1,9 @@ (defun ercm-hook() ;; Load ERC-specific libraries. (load-library "erc-nick-notify") - (setq erc-nick-notify-cmd "mplayer ~/.home/emacs/audio/beep.mp3 &>/dev/null; notify-send &>/dev/null") + (setq erc-nick-notify-cmd "mplayer ~/src/emacs.d/audio/beep.mp3 &>/dev/null; notify-send &>/dev/null") (setq erc-nick-notify-delay '(0 1 0)) - (setq erc-nick-notify-icon "~/.home/emacs/images/dialog-warning.png") + (setq erc-nick-notify-icon "~/.home/emacs.d/images/dialog-warning.png") ) (add-hook 'erc-mode-hook (function ercm-hook))