diff options
| author | 2026-07-30 16:46:07 -0700 | |
|---|---|---|
| committer | 2026-07-30 16:46:07 -0700 | |
| commit | 3214ec679421a99ea62a0f8fb74b384544486f7c (patch) | |
| tree | 917c59a8b647f4c3806883844576bfa95b352acb | |
| parent | 18208508dac26a2c0ab5e2a57014f3a068f3de77 (diff) | |
| download | new-dotfiles-3214ec679421a99ea62a0f8fb74b384544486f7c.tar.gz new-dotfiles-3214ec679421a99ea62a0f8fb74b384544486f7c.zip | |
emacs: Add markdown-indent-mode
| -rw-r--r-- | emacs/.emacs.d/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 66103f0..9c09234 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -154,6 +154,13 @@ Lua is mainly used by wezterm right now. (use-package markdown-mode) #+end_src +Also install =markdown-indent-mode= which is very much like =org-indent-mode= (built-in), but for Markdown. + +#+begin_src emacs-lisp + (use-package markdown-indent-mode + :hook markdown-mode) +#+end_src + * Org Mode #+begin_src emacs-lisp |
