~drewr/dotemacs

8622caaee07a82e37f07fc63b33cf6995581fd09 — Drew Raines 5 months ago dc0648c main
case -> cl-case
1 files changed, 1 insertions(+), 1 deletions(-)

M d/funs.el
M d/funs.el => d/funs.el +1 -1
@@ 109,7 109,7 @@ Symbols matching the text at point are put first in the completion list."
                 message))

(defun notify (title message)
  (case system-type
  (cl-case system-type
    ('darwin (growl title message))
    ('gnu/linux (notify-send title message))
    ('windows-nt 'wtf)))