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)
'(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

Loading…
Cancel
Save