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
|
; +langtool) ; a proofreader (grammar/style check) for Emacs
|
||||||
|
|
||||||
:collab
|
:collab
|
||||||
|
floobits ; peer programming for a price
|
||||||
;impatient-mode ; show off code over HTTP
|
;impatient-mode ; show off code over HTTP
|
||||||
|
|
||||||
:config
|
: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 "Imenu sidebar" :nv "i" #'imenu-list-smart-toggle
|
||||||
:desc "Terminal" :n "t" #'+term/open-popup-in-project
|
:desc "Terminal" :n "t" #'+term/open-popup-in-project
|
||||||
|
|
||||||
;; applications
|
(:when (featurep! :collab floobits)
|
||||||
:desc "APP: elfeed" :n "E" #'=rss
|
:desc "floobits" :prefix "f"
|
||||||
:desc "APP: email" :n "M" #'=email
|
:n "c" #'floobits-clear-highlights
|
||||||
:desc "APP: twitter" :n "T" #'=twitter
|
:n "f" #'floobits-follow-user
|
||||||
:desc "APP: regex" :n "X" #'=regex
|
: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
|
;; macos
|
||||||
(:when IS-MAC
|
(:when IS-MAC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue