Skip to content

Spacemacs Instructions

paynito edited this page Feb 6, 2017 · 2 revisions

Welcome to the hledger-mode wiki!

Installation

Instructions for Spacemacs:

First, install the cli tool hledger. Instructions.

To install hledger-mode in spacemacs, add it to your list of packages under

   dotspacemacs-additional-packages '(hledger-mode)

Be sure that you have the melpa package directory available. That goes in user-init.

(defun dotspacemacs/user-init ()
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
Clone this wiki locally