dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8e8dbdaae0b4ece0c7e1b59fd09fc821fe307a0a
parent bba449f78e3a221338c92644011097d2b1e1153c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  8 Nov 2022 22:52:27 +0100

emacs: markdown config

Diffstat:
Memacs/config.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -2606,6 +2606,10 @@ Also, counsel doesn't provide some keybindings that I can get from helpful. (use-package quail :ensure nil) ; provided by Emacs #+end_src +** Markdown +#+begin_src emacs-lisp + (use-package markdown-mode) +#+end_src * Shortdoc Set a better keybinding (I'm never gonna use ~view-hello-file~ anyways):