This commit is contained in:
Sakooooo 2024-01-20 12:01:08 +04:00
parent 1880f5bfd0
commit 637e1f6871
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 6 additions and 1 deletions

View file

@ -653,6 +653,8 @@ Cause emacs overlay lol
;; Save Org buffers after refiling!
(advice-add 'org-refile :after 'org-save-all-org-buffers)
(setq org-startup-with-inline-images t)
(setq org-tag-alist
'((:startgroup)
; Put mutually exclusive tags here

View file

@ -44,6 +44,9 @@ in {
isync
# doc-view
unoconv
# org to pdf
# this might be bloat...
texliveFull
];
home-manager.users.sako = {lib, ...}: {