Skip to content

Commit

Permalink
Merge pull request dash-docs-el#83 from jfeltz/patch-1
Browse files Browse the repository at this point in the history
FAQ addition
  • Loading branch information
areina committed Jun 2, 2015
2 parents 7941e93 + acceb46 commit 5441b35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@ just fine

make sure you don't have sqlite3 .mode column but .mode list (the default). check your .sqliterc

- When selecting an item in helm-dash, no browser lookup occurs with firefox >= 38.0.and emacs >= 24.4

try:
```
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "/path/to/firefox")
(setq helm-dash-browser-func 'browse-url-generic)
```


## Contribution

Expand Down

0 comments on commit 5441b35

Please sign in to comment.