From 335290eb2e78f8faef49f4670ff5589772506eb0 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 3 May 2018 11:06:51 -0400 Subject: [PATCH] Update custom.el --- custom.el | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/custom.el b/custom.el index a9a5332..d698049 100644 --- a/custom.el +++ b/custom.el @@ -31,7 +31,11 @@ '(ibuffer-use-other-window t) '(linum-relative-current-symbol "—→") '(magit-save-repository-buffers (quote dontask)) + '(org-agenda-files + (quote + ("~/org/notes.org" "~/org/orgzly/hack.org" "~/org/orgzly/live.org" "~/org/orgzly/refile.org"))) '(org-agenda-show-inherited-tags (quote always)) + '(org-babel-load-languages (quote ((emacs-lisp . t) (shell . t)))) '(org-catch-invisible-edits (quote smart)) '(org-clock-mode-line-total (quote current)) '(org-icalendar-categories (quote (all-tags category))) @@ -52,19 +56,20 @@ '(parens-require-spaces nil) '(safe-local-variable-values (quote - ((ispell-dictionary . british) + ((buffer-close-on-idle . t) + (ispell-dictionary . british) (ispell-local-dictionary . british) (auto-revert-interval . 5) (auto-revert-use-notify) (auto-revert-mode . 1) (eval add-hook - (quote before-save-hook) - (quote org-icalendar-export-to-ics) - nil t) + (quote before-save-hook) + (quote org-icalendar-export-to-ics) + nil t) (eval add-hook - (quote before-save-hook) - (quote org-export-icalendar-this-file) - nil t) + (quote before-save-hook) + (quote org-export-icalendar-this-file) + nil t) (TeX-master . notes\.tex) (bookmark-default-file . "./emacs.bmk")))) '(smart-tab-completion-functions-alist