emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 168632c4cdb3c17e93bd7cef65b181a821c65a76
parent efc741220f01a79813b4b1b979c4813caf829ca0
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  4 May 2020 11:13:41 +0300

flycheck: use pos-tip

Diffstat:
Minit.org | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -441,6 +441,9 @@ hacky and buggy on Vim. '(:key "C-c ! p" :description "navigate to the previous error") '(:key "C-c ! l" :description "list flycheck errors")) ) + (use-package flycheck-pos-tip + :straight t + :hook (flycheck-mode . flycheck-pos-tip-mode)) #+END_SRC ** Company Mode