feature/workspaces: add some unit tests
This commit is contained in:
parent
5a386446aa
commit
2948ec4e0d
2 changed files with 104 additions and 5 deletions
20
init.test.el
20
init.test.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue