Compare commits
2 Commits
18a43a404c
...
cfb3279f52
Author | SHA1 | Date | |
---|---|---|---|
cfb3279f52 | |||
1ade083d25 |
@ -128,7 +128,7 @@
|
|||||||
(setup-daemon))))
|
(setup-daemon))))
|
||||||
(message "Corriendo en modo normal."))
|
(message "Corriendo en modo normal."))
|
||||||
|
|
||||||
(add-hook 'window-setup-hook 'toggle-frame-maximized t)
|
;(add-hook 'window-setup-hook 'toggle-frame-maximized t)
|
||||||
|
|
||||||
(load custom-file)
|
(load custom-file)
|
||||||
|
|
||||||
|
@ -91,10 +91,10 @@
|
|||||||
|
|
||||||
;; Archivos a usarse en org-agenda
|
;; Archivos a usarse en org-agenda
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
'("~/Proyectos/ORGenda/Ideas.org"
|
'("~/Documentos/ORG/Agenda/Ideas.org"
|
||||||
"~/Proyectos/ORGenda/IdeasTwitch.org"
|
"~/Documentos/ORG/Agenda/IdeasTwitch.org"
|
||||||
"~/Proyectos/ORGenda/Proyectos.org"
|
"~/Documentos/ORG/Agenda/Proyectos.org"
|
||||||
"~/Proyectos/ORGenda/Tareas.org")
|
"~/Documentos/ORG/Agenda/Tareas.org")
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Archivos entre los que se moverán las tareas
|
;; Archivos entre los que se moverán las tareas
|
||||||
@ -110,16 +110,16 @@
|
|||||||
|
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
`(("t" "Tareas / Projectos")
|
`(("t" "Tareas / Projectos")
|
||||||
("tt" "Tareas" entry (file+olp "~/Proyectos/ORGenda/Tareas.org")
|
("tt" "Tareas" entry (file+olp "~/Documentos/ORG/Agenda/Tareas.org")
|
||||||
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
|
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
|
||||||
("tp" "Proyectos" entry (file+olp "~/Proyectos/ORGenda/Proyectos.org")
|
("tp" "Proyectos" entry (file+olp "~/Documentos/ORG/Agenda/Proyectos.org")
|
||||||
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
|
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
|
||||||
("i" "Ideas")
|
("i" "Ideas")
|
||||||
("ii" "Ideas General" entry
|
("ii" "Ideas General" entry
|
||||||
(file+olp "~/Proyectos/ORGenda/ideas.org")
|
(file+olp "~/Documentos/ORG/Agenda/ideas.org")
|
||||||
"* TODO %?\n %a\n %i" :empty-lines 1)
|
"* TODO %?\n %a\n %i" :empty-lines 1)
|
||||||
("it" "Ideas Twitch" entry
|
("it" "Ideas Twitch" entry
|
||||||
(file+olp "~/Proyectos/ORGenda/IdeasTwitch.org")
|
(file+olp "~/Documentos/ORG/Agenda/IdeasTwitch.org")
|
||||||
"* TODO %?\n %a\n %i" :empty-lines 1)
|
"* TODO %?\n %a\n %i" :empty-lines 1)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -145,7 +145,7 @@
|
|||||||
(setq org-roam-v2-ack t)
|
(setq org-roam-v2-ack t)
|
||||||
(setq org-roam-completion-system 'ivy)
|
(setq org-roam-completion-system 'ivy)
|
||||||
:custom
|
:custom
|
||||||
(org-roam-directory "~/Proyectos/RoamNotes")
|
(org-roam-directory "~/Documentos/ORG/Notas")
|
||||||
(org-roam-completion-everywhere t)
|
(org-roam-completion-everywhere t)
|
||||||
:config
|
:config
|
||||||
(org-roam-setup))
|
(org-roam-setup))
|
||||||
|
Loading…
Reference in New Issue
Block a user