diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-04 10:21:47 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-04 10:21:47 -0800 |
commit | fa083f7fd9f8be4e741478b22f31c692c7e105fb (patch) | |
tree | 506ffce41f27d6228ccf4cd555cd8bf002e5ca4b | |
parent | [bin] Was renamed. (diff) | |
download | emacs.d-fa083f7fd9f8be4e741478b22f31c692c7e105fb.tar.gz |
[Emacs] Remove `flycheck-pos-tip`.
I rarely use the mouse, and most of the time the tip is not displayed at the correct location. Not worth the trouble to fix it, just stop using it.
-rw-r--r-- | emacs.d/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 558b318..cee197d 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -166,13 +166,6 @@ :config (progn - (use-package flycheck-pos-tip - :ensure t - :config - (setq flycheck-display-errors-function #'flycheck-pos-tip-error-messages) - :init - (flycheck-pos-tip-mode)) - (use-package flycheck-twitter-python-style :load-path (lambda () (expand-file-name "~/src/flycheck-twitter-python-style.el/"))) |