Skip to content

Commit

Permalink
users: otavio: emacs: use multimarkdown as markdown-command
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Sep 13, 2023
1 parent c75abcf commit c9c62c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions users/otavio/home/features/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ in

emacsWithPackages

# Markdown
multimarkdown

# Used in lsp-mode
nixpkgs-fmt
nil
Expand Down
2 changes: 1 addition & 1 deletion users/otavio/home/features/emacs/settings.org
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ Interactive Emacs functions that create URLs for files and commits in GitHub/Bit
(use-package markdown-mode
:mode "\\.md\\'"
:config
(setq markdown-command "marked")
(setq markdown-command "multimarkdown")
(defun os/set-markdown-header-font-sizes ()
(dolist (face '((markdown-header-face-1 . 1.2)
(markdown-header-face-2 . 1.1)
Expand Down

0 comments on commit c9c62c5

Please sign in to comment.