Agenda
This commit is contained in:
parent
b7b34debe0
commit
e921fe6874
11
config.org
11
config.org
|
|
@ -104,7 +104,7 @@ Emacs Dashboard Config :
|
||||||
|
|
||||||
;; To show agenda for the upcoming seven days set the variable show-week-agenda-p to t.
|
;; To show agenda for the upcoming seven days set the variable show-week-agenda-p to t.
|
||||||
|
|
||||||
(setq show-week-agenda-p t)
|
;; (setq show-week-agenda-p t)
|
||||||
|
|
||||||
;; Note that setting list-size for the agenda list is intentionally ignored; all agenda items for the current day will be displayed.
|
;; Note that setting list-size for the agenda list is intentionally ignored; all agenda items for the current day will be displayed.
|
||||||
|
|
||||||
|
|
@ -220,6 +220,15 @@ A recreation of the iconic Suckless Dynamic Menu.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'org-mode-hook 'org-beamer-mode)
|
(add-hook 'org-mode-hook 'org-beamer-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Agenda
|
||||||
|
Set Agenda Directory :
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq org-agenda-files (quote("~/.emacs.d/agenda.org")))
|
||||||
|
#+END_SRC
|
||||||
|
Calendar/Diary integration :
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq org-agenda-include-diary t)
|
||||||
|
#+END_SRC
|
||||||
** Projectile
|
** Projectile
|
||||||
Install Projectile:
|
Install Projectile:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue