I would like to add a bullet in front of every \item[], i.e.
Hello,
\begin{description}
\item[bla] blubb
\end{description}
becomes
Hello,
bla blubb
I quickly found how to remove them from itemize statements, but not the inverse. So, I would like to know how to prepend every description's item label with something.
