diff options
author | Griffin Smith <root@gws.fyi> | 2020-06-15T15·56-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-06-15T15·56-0400 |
commit | 69ee53bffaf145eb86dd39a6cdc0ae4d9d3de45c (patch) | |
tree | 199ffd79545c6340afdad7155c0038c8191ceceb /config.el | |
parent | fa149d1164e36a0d576fafb8e6d245ec5b76cfc2 (diff) |
projectile+grid integration
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.el b/config.el index f01a8f9f0cf1..09d80b2acc47 100644 --- a/config.el +++ b/config.el @@ -26,6 +26,7 @@ (load! "irc") (load! "github-org") (load! "org-gcal") +(load! "grid") (require 's) |