13 lines
345 B
EmacsLisp
13 lines
345 B
EmacsLisp
|
(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
|