A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nlamirault/emacs-markdownfmt below:

nlamirault/emacs-markdownfmt: Format Markdown in emacs using markdownfmt

Master :

Develop:

Format Markdown in emacs using markdownfmt

The recommended way to install markdownfmt is via MELPA:

M-x package-install markdownfmt

or Cask:

(depends-on "markdownfmt")

Run M-x markdownfmt-format-buffer to format the current buffer.

For convenience, you may bind it to a key, such as:

(define-key markdown-mode-map (kbd "C-c C-f") #'markdownfmt-format-buffer)

Alternatively, run markdownfmt before saving markdown buffers:

(add-hook 'markdown-mode-hook #'markdownfmt-enable-on-save)

markdownfmt use Cask for dependencies management. Install it and retrieve dependencies :

$ curl -fsSkL https://raw.github.com/cask/cask/master/go | python
$ export PATH="$HOME/.cask/bin:$PATH"
$ cask
Keybinding Description C-c , t launch unit tests from buffer C-c , b launch unit tests C-c , g launch unit tests with tag (find, regexp, ...)

If you want to launch a single unit test, add a specify tag :

(ert-deftest test-foobar ()
  :tags '(current)

And launch it using : C-c , g and specify tag : current

See here

A changelog is available here.

See LICENSE.

Nicolas Lamirault nicolas.lamirault@gmail.com


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4