Hi, I've cloned the project to `~/emacs.d` and I put in `~/.emacs`: ```lisp (use-package matterless :config (load "~/.emacs.d/matterless/matterless") (require 'matterless) ) ``` But matterless is not installed. What is missing? How to use it?
Hi, I've cloned the project to
~/emacs.dand I put in~/.emacs:But matterless is not installed.
What is missing?
How to use it?