Browse Source

Update readme with completion backend setup.

Damien Merenne 5 years ago
parent
commit
926dddb297
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -18,13 +18,15 @@ with your backend of choice and I'll have a look at what can be done. Or better,
 fork and create a pull request, most of the needed code is already there, it
 just needs to be hooked.
 
-## How to install
+### How to install
 
 Sorry, no melpa as of now. Should be added quite soon.
 
 ```
 (use-package xwwp-follow-link
   :load-path "~/.emacs.d/xwwp-follow-link"
+  :custom
+  (xwwp-follow-link-completion-system 'ivy)
   :bind (:map xwidget-webkit-mode-map
               ("v" . xwwp-follow-link)))
 ```