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

Enjoyed this stream? Explore our hands-on courses for deeper, structured learning on Guile Scheme and more.

Get the System Crafters Newsletter
Updates on open source tools, tutorials, and community projects. We'll also occasionally let you know about new courses and resources.
Name (optional)
Email Address