Some org-mode updates

This commit is contained in:
Wojciech Kozlowski 2019-07-26 15:49:37 +02:00
parent deba7b05b3
commit 32b8f1f710
2 changed files with 10 additions and 5 deletions

View File

@ -54,7 +54,7 @@
org-deadline-warning-days 0)
(setq org-agenda-prefix-format '((agenda . " %i %?-12t% s %b")
(todo . " %i %-24b")
(todo . " %i %-48b")
(tags . " %i %b")
(search . " %i %b")))
@ -95,9 +95,14 @@
(plist-put org-format-latex-options :scale 2.0)
;; ------------------------------------------------------------------------
;; Load agenda-files.
;; Setup agenda and capture files.
;; ------------------------------------------------------------------------
(setq org-agenda-files '("~/Workspace/agenda.org")))
(setq
;; File for org-capture
org-default-notes-file "~/Workspace/notes.org"
;; Org-agenda files
org-agenda-files '("~/Workspace/agenda.org")))
;; ------------------------------------------------------------------------
;; Better header bullets

View File

@ -200,8 +200,8 @@
(use-package compile
:bind
(("C-c c" . compile)
("C-c r" . recompile))
(("C-x C-." . compile)
("C-x C-," . recompile))
:config
(setq-default
;; Default compile commande