Add ox-clip
This commit is contained in:
parent
1395d1c0f1
commit
0ffcc159c0
@ -896,6 +896,8 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
(message "Hugo re-generated!")
|
(message "Hugo re-generated!")
|
||||||
(error "Hugo exited %s, better change something!" status-code)))))))))
|
(error "Hugo exited %s, better change something!" status-code)))))))))
|
||||||
(add-hook 'after-save-hook #'hugo-compile))
|
(add-hook 'after-save-hook #'hugo-compile))
|
||||||
|
(use-package ox-clip
|
||||||
|
:commands ox-clip-formatted-copy)
|
||||||
|
|
||||||
;; fake indentation, other than the other fake indentation
|
;; fake indentation, other than the other fake indentation
|
||||||
;; (use-package adaptive-wrap
|
;; (use-package adaptive-wrap
|
||||||
|
Loading…
Reference in New Issue
Block a user