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! ;; 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
@ -755,7 +757,7 @@ Cause emacs overlay lol
#+end_src #+end_src
*** Org Pomodoro *** Org Pomodoro
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package org-pomodoro) (use-package org-pomodoro)
#+end_src #+end_src
** Org-Roam ** Org-Roam
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -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, ...}: {