Skip to content

Commit

Permalink
Merge pull request #2 from andorsk/updated-readme
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
andorsk authored Nov 22, 2022
2 parents c9781fc + 7f02c07 commit 8b40a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![MELPA](https://melpa.org/packages/d2-mode-badge.svg)](https://melpa.org/#/d2-mode)
<!-- [![MELPA](https://melpa.org/packages/d2-mode-badge.svg)](https://melpa.org/#/d2-mode) -->

# d2-mode

Expand Down Expand Up @@ -28,7 +28,7 @@ fancy, but mermaid in most other cases.

## Installation

1. Install from Melpa or load the d2-mode.el file
1. Load the d2-mode.el file ( Melpa not available yet )
2. Install d2 binary from the d2 project if you plan to compile graphs in Emacs

## Usage
Expand Down Expand Up @@ -64,7 +64,7 @@ To customize the key bindings but this into your `init.el` ...

```elisp
(setq d2-mode-map
(let ((map mermaid-mode-map))
(let ((map d2-mode-map))
(define-key map (kbd "C-c C-c") nil)
(define-key map (kbd "C-c C-f") nil)
(define-key map (kbd "C-c C-b") nil)
Expand Down

0 comments on commit 8b40a93

Please sign in to comment.