Add basic markdown configuration

This commit is contained in:
Marcel Kapfer 2023-03-16 13:59:39 +01:00
parent 8bd042e9f6
commit 1e51334059
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 13 additions and 0 deletions

View File

@ -1916,6 +1916,19 @@ Original Source: [[https://www.emacswiki.org/emacs/ts-mode.el][EmacsWiki: ts-mod
("\\.tsconfig\\'" . ts-mode)))
#+end_src
** Markdown
Markdown mode customizations.
#+begin_src emacs-lisp
(use-package markdown-mode
:mode "\\.md\\'"
:hook ((markdown-mode . visual-line-mode)
(markdown-mode . (lambda () (display-line-numbers-mode -1)))
(markdown-mode . variable-pitch-mode)
(markdown-mode . visual-fill-column-mode)))
#+end_src
* Emacs Multimedia System (EMMS)
For notes, tasks, writing, and countless other things there is org-mode.