markdown image size
This commit is contained in:
parent
9626c60fdd
commit
be13a7de2d
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -205,7 +205,8 @@
|
||||||
)
|
)
|
||||||
(use-package markdown-mode :ensure t
|
(use-package markdown-mode :ensure t
|
||||||
:config
|
:config
|
||||||
(add-hook 'markdown-mode-hook (lambda () (setq indent-tabs-mode nil))))
|
(add-hook 'markdown-mode-hook (lambda () (setq indent-tabs-mode nil)))
|
||||||
|
(set-variable 'markdown-max-image-size '(800 . 600)))
|
||||||
;; php
|
;; php
|
||||||
(use-package php-mode :ensure t)
|
(use-package php-mode :ensure t)
|
||||||
;; k8s
|
;; k8s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue