summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 292dac5..78cbb63 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -189,6 +189,7 @@
   (markdown-enable-html nil) ; I don't believe markdown should have html
   (markdown-hide-urls t) ; Make inline urls look a bit neater
   (markdown-url-compose-char ?~)
+  (markdown-max-image-size '(640 . 480))
 
   ;; :hook ((markdown-mode . noa/set-buffer-name-to-markdown-title))
   )