Compare commits

..

No commits in common. "cfb3279f52a37bebf6492977c8094a7c2e21b64e" and "18a43a404c804f074fb0e787ad6aa06e24c4f9ce" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View File

@ -128,7 +128,7 @@
(setup-daemon))))
(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)

View File

@ -91,10 +91,10 @@
;; Archivos a usarse en org-agenda
(setq org-agenda-files
'("~/Documentos/ORG/Agenda/Ideas.org"
"~/Documentos/ORG/Agenda/IdeasTwitch.org"
"~/Documentos/ORG/Agenda/Proyectos.org"
"~/Documentos/ORG/Agenda/Tareas.org")
'("~/Proyectos/ORGenda/Ideas.org"
"~/Proyectos/ORGenda/IdeasTwitch.org"
"~/Proyectos/ORGenda/Proyectos.org"
"~/Proyectos/ORGenda/Tareas.org")
)
;; Archivos entre los que se moverán las tareas
@ -110,16 +110,16 @@
(setq org-capture-templates
`(("t" "Tareas / Projectos")
("tt" "Tareas" entry (file+olp "~/Documentos/ORG/Agenda/Tareas.org")
("tt" "Tareas" entry (file+olp "~/Proyectos/ORGenda/Tareas.org")
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
("tp" "Proyectos" entry (file+olp "~/Documentos/ORG/Agenda/Proyectos.org")
("tp" "Proyectos" entry (file+olp "~/Proyectos/ORGenda/Proyectos.org")
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
("i" "Ideas")
("ii" "Ideas General" entry
(file+olp "~/Documentos/ORG/Agenda/ideas.org")
(file+olp "~/Proyectos/ORGenda/ideas.org")
"* TODO %?\n %a\n %i" :empty-lines 1)
("it" "Ideas Twitch" entry
(file+olp "~/Documentos/ORG/Agenda/IdeasTwitch.org")
(file+olp "~/Proyectos/ORGenda/IdeasTwitch.org")
"* TODO %?\n %a\n %i" :empty-lines 1)
)
)
@ -145,7 +145,7 @@
(setq org-roam-v2-ack t)
(setq org-roam-completion-system 'ivy)
:custom
(org-roam-directory "~/Documentos/ORG/Notas")
(org-roam-directory "~/Proyectos/RoamNotes")
(org-roam-completion-everywhere t)
:config
(org-roam-setup))