Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 325 Bytes

tagshow - tags utility

Requirements

Configure

Add such lines to your ~/.emacs:

```lisp
(add-to-list 'load-path "~/R/ep/tagshow")
(require 'tagshow)
(tagshow-mode 1)
```