branch: elpa/apropospriate-theme
commit fdd70f890c2fd25882de011c1327ddab143937ce
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    readme update with additional package support
---
 README.md | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 0cff135..9017a0b 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,11 @@ Once installed, load either theme variant with `M-x 
load-theme` or in your confi
 
 ``` elisp
 (use-package apropospriate
-  :config (load-theme 'apropospriate-dark t))
-;; or
-(use-package apropospriate
-  :config (load-theme 'apropospriate-light t))
+  :ensure t
+  :config 
+  (load-theme 'apropospriate-dark t)
+  ;; or
+  (load-theme 'apropospriate-light t))
 ```
 
 ### Supported Packages ###
@@ -48,21 +49,31 @@ Once installed, load either theme variant with `M-x 
load-theme` or in your confi
 Apropospriate supports all the usual `prog-mode` derived packages as well as 
some fun extra stuff:
 
 * Company Mode
-* Magit (as well as the `next` branch for the upcoming 2.0 release)
+* Magit 1.x & 2.x
 * Powerline
 * Rainbow Delimiters
 * Highlight Blocks Mode
 * Highlight Tail Mode
+* Beacon
 * Flycheck
 * Auto Dim Other Buffers
-* Ace Jump Mode, Ace Jump Window, Ace Jump Buffer
+* Ace Jump Mode
+* Ace Jump Window
+* Ace Jump Buffer
 * Swoop & Helm Swoop
 * Highlight Symbol Mode
-* Git Gutter & Diff Hl Modes
+* Git Gutter
+* Diff Hl (looks best with `diff-hl-margin-mode`)
 * Pulse
 * Popup & Pos Tip
 * Evil
 * Tabbar
 * Org Mode
 * Guide Key
+* Which Key
 * Visible Mark
+* ERC
+* ORG
+* Aznu
+* Wgrep
+* Eshell

Reply via email to