diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 23:00:04 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 23:00:04 -0700 |
commit | a4ac03da4528910031b7777ff56085e59ddae3d9 (patch) | |
tree | 072d26125c8ebd3fb6ab27c32a06b8a807a9f5b0 /resources | |
parent | 8a7a868132977e55b7a4eaa1f25ae6bbed988d5b (diff) |
Feature important sd paths during the early setup.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/custom.el b/resources/custom.el index fcd73ee..531aeb4 100644 --- a/resources/custom.el +++ b/resources/custom.el @@ -68,7 +68,7 @@ '(org-startup-align-all-tables t) '(org-table-convert-region-max-lines 3000) '(org-tags-column -66) - '(pdf-view-midnight-colors '("#DCDCCC" . "#383838")) + '(pdf-view-midnight-colors '("#DCDCCC" . "#383838")) '(save-place-mode t) '(send-mail-function 'smtpmail-send-it) '(show-paren-mode t) |