add ace-link and avy-flycheck

This commit is contained in:
Łukasz Pankowski 2018-03-10 00:25:39 +01:00
parent 943d7e0f70
commit 5003c2c540

10
init.el
View File

@ -166,6 +166,16 @@
:bind :bind
("C-:" . avy-goto-char-timer)) ("C-:" . avy-goto-char-timer))
(use-package ace-link
:ensure nil
:config
(ace-link-setup-default))
(use-package avy-flycheck
:ensure nil
:bind
("C-c '" . avy-flycheck-goto-error))
(use-package treemacs (use-package treemacs
:ensure nil :ensure nil
:bind :bind