Add completion/company test

This commit is contained in:
Henrik Lissner 2017-06-28 23:36:18 +02:00
parent 0a34d8627e
commit 0b3db8fcdd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 23 additions and 0 deletions

View file

@ -3,5 +3,6 @@
(require 'core (concat user-emacs-directory "core/core"))
(doom! :feature evil
:completion company
:tools password-store
:private hlissner)