feature/workspaces: add some unit tests

This commit is contained in:
Henrik Lissner 2017-07-08 21:10:35 +02:00
parent 5a386446aa
commit 2948ec4e0d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 104 additions and 5 deletions

View file

@ -2,8 +2,18 @@
(require 'core (concat user-emacs-directory "core/core"))
(doom! :feature evil
:completion company
:tools password-store
:lang web
:private hlissner)
(doom! :feature
evil
workspaces
:completion
company
:tools
password-store
:lang
web
:private
hlissner)