Major overhaul

This commit is contained in:
Henrik Lissner
2014-12-10 15:54:36 -05:00
parent 4ab3ae1125
commit 6bda25da1f
76 changed files with 7431 additions and 571 deletions

12
modules/init-floobits.el Normal file
View File

@@ -0,0 +1,12 @@
(use-package floobits
:commands (floobits-join-workspace
floobits-share-dir-public
floobits-share-dir-private
floobits-leave-workspace
floobits-summon
floobits-follow-mode-toggle
floobits-clear-highlights))
(provide 'init-floobits)
;;; init-floobits.el ends here