We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the hledger-mode wiki!
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)