LoginSignup
2
2

More than 5 years have passed since last update.

Flycheckでカーソルの傍に出てくるポップアップを消す

Last updated at Posted at 2017-02-10

Spacemacsに標準で付いてくる、Flycheckのpos-tip が、入力中にちらちら出てくるので(両作者には申し訳無いが)非常に邪魔だった。
ので消した。

Screenshot_2017-02-10_17-46-32.png

.spacemacs
(defun dotspacemacs/user-config ()
  (flycheck-pos-tip-mode nil)
  )

flycheck-pos-tip-modeというのか。

参考: http://emacs.stackexchange.com/questions/18922/is-it-possible-to-not-close-error-tooltip

2
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2