]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Add new ahungry-theme-font-settings variable
[gnu-emacs-elpa] / README.md
index 9790dff81c305a0fcf460095f6773c489ea4ad53..0543b09e98037ac0382fed08bd12ab4bac0e270f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,6 +17,11 @@ Then, make sure to add the following to your ~/.emacs:
 ### Using load-theme
 ```lisp
 (add-to-list 'custom-theme-load-path "~/.emacs.d/color-theme-ahungry/")
+
+;; Only set this if you wish to retain your own font settings
+;; otherwise, leave it out.
+(setq ahungry-theme-font-settings nil)
+
 (load-theme 'ahungry t)
 ```
 the first time you load it, you will need to accept the theme.
@@ -35,25 +40,25 @@ taken while using emacs in rxvt-unicode with a transparent background
 set under the ~/.Xresources config.
 
 ### Emacs Config (~/.emacs)
-![~/.emacs](https://github.com/ahungry/color-theme-ahungry/raw/master/require.png)
+![~/.emacs](http://ahungry.com/images/color-theme-ahungry/require.png)
 
 ### Common Lisp
-![Common Lisp](https://github.com/ahungry/color-theme-ahungry/raw/master/common-lisp.png)
+![Common Lisp](http://ahungry.com/images/color-theme-ahungry/common-lisp.png)
 
 ### PHP
-![PHP](https://github.com/ahungry/color-theme-ahungry/raw/master/php.png)
+![PHP](http://ahungry.com/images/color-theme-ahungry/php.png)
 
 ### Perl
-![Perl](https://github.com/ahungry/color-theme-ahungry/raw/master/perl.png)
+![Perl](http://ahungry.com/images/color-theme-ahungry/perl.png)
 
 ### C
-![C](https://github.com/ahungry/color-theme-ahungry/raw/master/c.png)
+![C](http://ahungry.com/images/color-theme-ahungry/c.png)
 
 ### Javascript
-![Javascript](https://github.com/ahungry/color-theme-ahungry/raw/master/javascript.png)
+![Javascript](http://ahungry.com/images/color-theme-ahungry/javascript.png)
 
 ### Assembly
-![Assembly](https://github.com/ahungry/color-theme-ahungry/raw/master/assembly.png)
+![Assembly](http://ahungry.com/images/color-theme-ahungry/assembly.png)
 
 ## License
 GPLv3