[Emacs] Better visual settings for nov.el and markdown-mode

As well as a typo fix
This commit is contained in:
Lucien Cartier-Tilet 2022-02-11 11:11:48 +01:00
parent 7eda6ea9e6
commit 6bf56bbce3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 2 deletions

View File

@ -2907,7 +2907,7 @@ is a bit too small for me, and I prefer not to go fullscren.
writeroom-fullscreen-effect nil
writeroom-maximize-window nil
writeroom-mode-line t
writeroom-major-modes '(text-mode org-mode markdown-mode)))
writeroom-major-modes '(text-mode org-mode markdown-mode nov-mode)))
#+end_src
** Emacs built-ins
@ -5893,6 +5893,7 @@ unfortunately.
("\\.mdk\\'" . markdown-mode)
("\\.mdx\\'" . markdown-mode))
:hook (markdown-mode . orgtbl-mode)
:hook (markdown-mode . visual-line-mode)
:general
(phundrak/evil
:keymaps 'markdown-mode-map
@ -5981,7 +5982,7 @@ unfortunately.
(setq markdown-fontify-code-blocks-natively t))
#+end_src
Since most of my Mardown files are related to Github, Id like to be
Since most of my Markdown files are related to Github, Id like to be
able to render Markdown through its API.
#+begin_src emacs-lisp
(use-package gh-md