Update custom.el

master
Jacopo De Simoi 8 years ago
parent 22b60b4f33
commit 335290eb2e
  1. 19
      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,19 +56,20 @@
'(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)
(auto-revert-mode . 1) (auto-revert-mode . 1)
(eval add-hook (eval add-hook
(quote before-save-hook) (quote before-save-hook)
(quote org-icalendar-export-to-ics) (quote org-icalendar-export-to-ics)
nil t) nil t)
(eval add-hook (eval add-hook
(quote before-save-hook) (quote before-save-hook)
(quote org-export-icalendar-this-file) (quote org-export-icalendar-this-file)
nil t) nil t)
(TeX-master . notes\.tex) (TeX-master . notes\.tex)
(bookmark-default-file . "./emacs.bmk")))) (bookmark-default-file . "./emacs.bmk"))))
'(smart-tab-completion-functions-alist '(smart-tab-completion-functions-alist

Loading…
Cancel
Save