From f2459b4d71ce49988346e3dc445fb9b6896e78c0 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Wed, 11 Nov 2015 10:31:12 +0100 Subject: [PATCH] Update setup and installation instructions --- README.md | 12 +----------- flycheck-pos-tip.el | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8bab857..07131ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/flycheck-pos-tip.el b/flycheck-pos-tip.el index b0532e0..446bf10 100644 --- a/flycheck-pos-tip.el +++ b/flycheck-pos-tip.el @@ -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: