diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-30 21:29:22 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-30 21:29:22 -0400 |
commit | 2b1c8ef092d2316f29b299048878f8d02188178e (patch) | |
tree | 3ce4b91b38b53978a917f9b6c7c3cccbcfed3501 /etc | |
parent | 312e2f7ad8de6b35dba53e869e64e96044bae808 (diff) | |
download | configs-2b1c8ef092d2316f29b299048878f8d02188178e.tar.gz configs-2b1c8ef092d2316f29b299048878f8d02188178e.tar.xz configs-2b1c8ef092d2316f29b299048878f8d02188178e.zip |
Avoid moving CSC cron reports to Junk
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custom.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/custom.el b/etc/custom.el index 603eb96..39db4ec 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -127,8 +127,8 @@ '(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65")) '(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a")) '(ls-lisp-dirs-first t) - '(magit-diff-refine-hunk t) - '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1) + '(magit-diff-refine-hunk t t) + '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1 t) '(message-elide-ellipsis "[...] ") '(minions-mode t) @@ -148,9 +148,9 @@ '(oddmuse-username "bandali" t) '(org-agenda-files '("~/usr/org/todos/personal.org" "~/usr/org/todos/habits.org" "~/src/git/masters-thesis/todo.org")) - '(org-agenda-start-on-weekday 0) - '(org-agenda-time-leading-zero t) - '(org-habit-graph-column 44) + '(org-agenda-start-on-weekday 0 t) + '(org-agenda-time-leading-zero t t) + '(org-habit-graph-column 44 t) '(org-latex-packages-alist '(("" "listings") ("" "color"))) '(org-pretty-entities t) '(page-break-lines-max-width 70) |