diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-08T21·44+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-08T21·44+0200 |
commit | 4a3d61555c2b159b4e5ab5b3990acc9b146153ac (patch) | |
tree | 25216e12a2f7e7c05b3ceb9adeb371432443264d /emacs.nix | |
parent | 2a70e4e56c5cf503adc0a268a268869c7a6e3478 (diff) |
chore(emacs): Install markdown-mode from unstable
The stable version does not seem to contain `gfm-view-mode` which is required by LSP. If it's not available the side-effect is nasty freezes of the entire emacs session.
Diffstat (limited to 'emacs.nix')
-rw-r--r-- | emacs.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.nix b/emacs.nix index ac410f3d0232..900aec30527e 100644 --- a/emacs.nix +++ b/emacs.nix @@ -94,7 +94,6 @@ in emacsWithPackages(epkgs: intero kotlin-mode magit - markdown-mode multi-term multiple-cursors nginx-mode |