Update custom.el

master
Jacopo De Simoi 8 years ago
parent 22b60b4f33
commit 335290eb2e
  1. 7
      custom.el

@ -31,7 +31,11 @@
'(ibuffer-use-other-window t) '(ibuffer-use-other-window t)
'(linum-relative-current-symbol "—→") '(linum-relative-current-symbol "—→")
'(magit-save-repository-buffers (quote dontask)) '(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-agenda-show-inherited-tags (quote always))
'(org-babel-load-languages (quote ((emacs-lisp . t) (shell . t))))
'(org-catch-invisible-edits (quote smart)) '(org-catch-invisible-edits (quote smart))
'(org-clock-mode-line-total (quote current)) '(org-clock-mode-line-total (quote current))
'(org-icalendar-categories (quote (all-tags category))) '(org-icalendar-categories (quote (all-tags category)))
@ -52,7 +56,8 @@
'(parens-require-spaces nil) '(parens-require-spaces nil)
'(safe-local-variable-values '(safe-local-variable-values
(quote (quote
((ispell-dictionary . british) ((buffer-close-on-idle . t)
(ispell-dictionary . british)
(ispell-local-dictionary . british) (ispell-local-dictionary . british)
(auto-revert-interval . 5) (auto-revert-interval . 5)
(auto-revert-use-notify) (auto-revert-use-notify)

Loading…
Cancel
Save