From 771259193a73be35fc8610e33aa349ead49e971a Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Tue, 19 Apr 2016 08:41:24 -0500 Subject: [PATCH] Add description of how to add xpm font images --- README.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.org b/README.org index 3d87071..dcf5b01 100644 --- a/README.org +++ b/README.org @@ -86,4 +86,19 @@ and use the black and white image by setting: #+BEGIN_SRC emacs-lisp (setq mode-icons-grayscale-transform nil) #+END_SRC +** Creating xpm images from fonts +To create/recreate all the xpm images for the font images, you can +run =M-x mode-icons--convert-all-font-icons-to-xpm=. + +This requires a working =gimp= installation, and all the fonts for the +icons installed. This will start an inferior scheme process for +=gimp= in =*mode-icons-gimp*= and convert all the images to xpm files. + +After the images are created, you can stop the =gimp= process by +typing: + +=M-x mode-icons--stop-gimp-inferior= + +This should be stopped evetually if there is no input received to gimp. +