Sharing Files from Emacs with Hyperdrive.el

Updates

Sharing Files with Hyperdrive.el

Installation

npm install -g hyper-gateway debug

Configuration

(add-to-list 'load-path "/home/daviwil/.dotfiles/.emacs.d/elpa/hyperdrive-0.3")

(use-package hyperdrive
  :ensure t
  :pin "nongnu"
  :commands (hyperdrive-menu)
  :bind ("C-c h" . #'hyperdrive-menu)
  :config
  (hyperdrive-menu-bar-mode 1))

Start the gateway with M-x hyperdrive-start