Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiuf authored Jan 10, 2017
1 parent 5c0739f commit 9951285
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Etags helm.el interface
[![MELPA](http://melpa.org/packages/helm-etags-plus-badge.svg)](http://melpa.org/#/helm-etags-plus)


The easiest way to get started is to install the package via [MELPA][melpa]:

[melpa]: http://melpa.org/

```elisp
(package-install 'helm-etags-plus)
```
it support multiple tag files.

(setq tags-table-list '("/path/of/TAGS1" "/path/of/TAG2"))
Expand All @@ -21,7 +30,7 @@ it support multiple tag files.
;;go forward directly
(global-set-key "\M-/" 'helm-etags-plus-history-go-forward)

if you do not want to use bm.el for navigating history,you could
if you want to use bm.el for navigating history,you could

(setq bm-in-lifo-order t)

Expand Down

0 comments on commit 9951285

Please sign in to comment.