Skip to content

Commit 5ec3d2c

Browse files
committed
emacs: setq org-startup-with-inline-images t
1 parent 2637348 commit 5ec3d2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/home/emacs/org-mode.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@
185185
hook = [
186186
"(org-mode . dw/org-mode-setup)"
187187
];
188+
init = ''
189+
(setq org-startup-with-inline-images t)
190+
'';
188191
config = ''
189192
;; Turn on indentation and auto-fill mode for Org files
190193
(defun dw/org-mode-setup ()

0 commit comments

Comments
 (0)