asdf
This commit is contained in:
parent
1880f5bfd0
commit
637e1f6871
|
@ -653,6 +653,8 @@ Cause emacs overlay lol
|
||||||
;; Save Org buffers after refiling!
|
;; Save Org buffers after refiling!
|
||||||
(advice-add 'org-refile :after 'org-save-all-org-buffers)
|
(advice-add 'org-refile :after 'org-save-all-org-buffers)
|
||||||
|
|
||||||
|
(setq org-startup-with-inline-images t)
|
||||||
|
|
||||||
(setq org-tag-alist
|
(setq org-tag-alist
|
||||||
'((:startgroup)
|
'((:startgroup)
|
||||||
; Put mutually exclusive tags here
|
; Put mutually exclusive tags here
|
||||||
|
|
|
@ -44,6 +44,9 @@ in {
|
||||||
isync
|
isync
|
||||||
# doc-view
|
# doc-view
|
||||||
unoconv
|
unoconv
|
||||||
|
# org to pdf
|
||||||
|
# this might be bloat...
|
||||||
|
texliveFull
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.sako = {lib, ...}: {
|
home-manager.users.sako = {lib, ...}: {
|
||||||
|
|
Loading…
Reference in a new issue