asdf
This commit is contained in:
parent
1880f5bfd0
commit
637e1f6871
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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