Add :collab floobits #615
This commit is contained in:
parent
33e478cf33
commit
13267250a4
3 changed files with 15 additions and 5 deletions
|
@ -120,6 +120,7 @@
|
|||
; +langtool) ; a proofreader (grammar/style check) for Emacs
|
||||
|
||||
:collab
|
||||
floobits ; peer programming for a price
|
||||
;impatient-mode ; show off code over HTTP
|
||||
|
||||
:config
|
||||
|
|
4
modules/collab/floobits/packages.el
Normal file
4
modules/collab/floobits/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; collab/foobits/packages.el
|
||||
|
||||
(package! floobits)
|
|
@ -259,11 +259,16 @@
|
|||
:desc "Imenu sidebar" :nv "i" #'imenu-list-smart-toggle
|
||||
:desc "Terminal" :n "t" #'+term/open-popup-in-project
|
||||
|
||||
;; applications
|
||||
:desc "APP: elfeed" :n "E" #'=rss
|
||||
:desc "APP: email" :n "M" #'=email
|
||||
:desc "APP: twitter" :n "T" #'=twitter
|
||||
:desc "APP: regex" :n "X" #'=regex
|
||||
(:when (featurep! :collab floobits)
|
||||
:desc "floobits" :prefix "f"
|
||||
:n "c" #'floobits-clear-highlights
|
||||
:n "f" #'floobits-follow-user
|
||||
:n "j" #'floobits-join-workspace
|
||||
:n "l" #'floobits-leave-workspace
|
||||
:n "R" #'floobits-share-dir-private
|
||||
:n "s" #'floobits-summon
|
||||
:n "t" #'floobits-follow-mode-toggle
|
||||
:n "U" #'floobits-share-dir-public)
|
||||
|
||||
;; macos
|
||||
(:when IS-MAC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue