diff --git a/emacsclient-activities b/emacsclient-activities index 92a38cc..27506d5 100755 --- a/emacsclient-activities +++ b/emacsclient-activities @@ -27,7 +27,7 @@ kde-current-activity-name () { emacs-server-start () { if ! emacsclient -s "$(emacs-session-name)" -e '(version)' &> /dev/null; then autoload colors;colors - echo Starting $fg[green]emacs daemon$reset_color with session $fg[red]$(emacs-session-name)$reset_color + echo Starting $fg_bold[magenta]emacs daemon$reset_color with session $fg[red]$(emacs-session-name)$reset_color /usr/bin/emacs --daemon="$(emacs-session-name)" &>/dev/null; fi }