From b4928633d8f4fb0638acef78142b08abd866d9d9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 18 Jan 2013 23:23:02 +0100 Subject: Delete blog, move project --- blog/blog-2012-05-02-2136.org | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 blog/blog-2012-05-02-2136.org (limited to 'blog/blog-2012-05-02-2136.org') diff --git a/blog/blog-2012-05-02-2136.org b/blog/blog-2012-05-02-2136.org deleted file mode 100644 index 8ea8b36..0000000 --- a/blog/blog-2012-05-02-2136.org +++ /dev/null @@ -1,21 +0,0 @@ -#+TITLE: Show identica icon with new dents -#+DESCRIPTION: I kinda like it - -I've written this a while ago after I found out how images can be -added to the emacs modeline. I like being notified of things that go -on, and new dents is a good example of this, though ~notify-send~ and -an urgency hint don't always work for that. - -This works: - -#+BEGIN_SRC emacs-lisp -(add-to-list - 'global-mode-string - '(:eval - (unless (zerop identica-new-dents-count) - (propertize " " 'display identica-active-indicator-image)))) -#+END_SRC - -This will show an icon in your modeline whenever there are new dents, -at this time there dents will not have been loaded into the buffer, so -you'll have to refresh it, after which the icon disappears. -- cgit v1.2.3-54-g00ecf