mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added org-sliced-images
This commit is contained in:
parent
9af1be6b69
commit
46387c6f57
5 changed files with 49 additions and 5 deletions
|
@ -272,7 +272,7 @@
|
|||
org-pretty-entities t
|
||||
org-ellipsis "…")
|
||||
|
||||
(setq-default line-spacing 0.15)
|
||||
(setq-default line-spacing 0)
|
||||
|
||||
; Automatic table of contents is nice
|
||||
(if (require 'toc-org nil t)
|
||||
|
@ -482,6 +482,12 @@ If FULL-MODE is not null, run full krita."
|
|||
:desc "Copy link/file at point into system clipbord (C-g to escape if copying a file)"
|
||||
"y y" 'org-copy-link-to-clipboard-at-point))
|
||||
|
||||
(add-load-path! "~/.emacs.d/org-sliced-images")
|
||||
(require 'org-sliced-images)
|
||||
(defalias 'org-remove-inline-images #'org-sliced-images-remove-inline-images)
|
||||
(defalias 'org-toggle-inline-images #'org-sliced-images-toggle-inline-images)
|
||||
(defalias 'org-display-inline-images #'org-sliced-images-display-inline-images)
|
||||
|
||||
;; Online images inside of org mode is pretty cool
|
||||
;; This snippit is from Tobias on Stack Exchange
|
||||
;; https://emacs.stackexchange.com/questions/42281/org-mode-is-it-possible-to-display-online-images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue