|
|
|
|
@ -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,7 +56,8 @@ |
|
|
|
|
'(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) |
|
|
|
|
|