RobotDisco / matterless

A MatterMost (an emacs client for a *fine* open source chat application)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

orencio opened this issue · comments

Hi, I've cloned the project to ~/emacs.d and I put in ~/.emacs:

(use-package matterless
  :config
  (load "~/.emacs.d/matterless/matterless")
  (require 'matterless)
  )

But matterless is not installed.

What is missing?

How to use it?

I would be interested in some instructions on how to use it as well, this looks great.

What I did is clone the repository to ~/.emacs.d/matterless and add the following to my ~/.emacs/

(add-to-list 'load-path "~/.emacs.d/matterless/")
(require 'matterless)

I also edited matterless.el to set my matterless-server-url, matterless-username and matterless-password, replacing nil by 'blahblah.

Unfortunately, I'm not getting any matterless-related command in M-x.

I also tried the same as @orencio but that didn't work either.