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

Subscribe to the System Crafters Newsletter!
Stay up to date with the latest System Crafters news and updates! Read the Newsletter page for more information.
Name (optional)
Email Address