Add floobits + disable desktop saving

This commit is contained in:
Henrik Lissner 2014-08-13 00:19:54 -04:00
parent c0086ca687
commit 34fc9d37bb
2 changed files with 12 additions and 1 deletions

View file

@ -13,7 +13,6 @@
(server-mode t)
(unless (server-running-p) (server-start))
(when window-system (desktop-save-mode 1))
;; Global vars
(defconst my/dir (file-name-directory load-file-name))
@ -48,4 +47,5 @@
mod-cpp ; C++ gamedev
mod-eclim ; Integration into eclipse (for Java)
mod-csharp ; Emacs as a Csharp/Unity IDE
mod-collab ; For collab programming
))

11
init/mod-collab.el Normal file
View file

@ -0,0 +1,11 @@
(use-package floobits :ensure t
:commands (floobits-join-workspace
floobits-share-dir-private
floobits-share-dir-public
floobits-leave-workspace
floobits-summon
floobits-follow-mode-toggle
floobits-clear-highlights))
;;
(provide 'mod-collab)