1 Installation🔗

Mindstream is on MELPA, so you can install it in the usual way (either via Straight.el (recommended) or Emacs’s built-in package.el), assuming you have MELPA in your configured list of package archives.

Place the following config somewhere in your .emacs.d:

(use-package mindstream
  :config
  (mindstream-mode))

(mindstream-mode) initializes the package, providing global keybindings that allow you to enter Mindstream sessions from anywhere, and registering hooks that allow sessions to be versioned when buffers are saved.