Skip to content

Commit

Permalink
Update setup and installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wiesner committed Nov 11, 2015
1 parent a418150 commit f2459b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@ In your `init.el`:

```cl
(with-eval-after-load 'flycheck
(setq flycheck-display-errors-function
#’flycheck-pos-tip-error-messages)
```

## Usage

### Configure

```
(custom-set-variables
'(flycheck-pos-tip-timeout 10))
(flycheck-pos-tip-mode)
```

## License
Expand Down
2 changes: 1 addition & 1 deletion flycheck-pos-tip.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
;;;; Setup

;; (with-eval-after-load 'flycheck
;; (setq flycheck-display-errors-function #'flycheck-pos-tip-error-messages)))
;; (flycheck-pos-tip-mode))

;;; Code:

Expand Down

0 comments on commit f2459b4

Please sign in to comment.