|
|
|
|
@ -29,8 +29,11 @@ |
|
|
|
|
'(helm-su-or-sudo "su") |
|
|
|
|
'(hl-sexp-background-colors (quote ("#395959"))) |
|
|
|
|
'(ibuffer-use-other-window t) |
|
|
|
|
'(linum-relative-current-symbol "—→") |
|
|
|
|
'(magit-save-repository-buffers (quote dontask)) |
|
|
|
|
'(org-agenda-files (quote ("~/org/notes.org" "~/org/orgzly/work.org"))) |
|
|
|
|
'(org-agenda-files |
|
|
|
|
(quote |
|
|
|
|
("~/org/notes.org" "~/org/orgzly/work.org" "~/org/orgzly/hack.org" "~/org/orgzly/live.org"))) |
|
|
|
|
'(org-agenda-show-inherited-tags (quote always)) |
|
|
|
|
'(org-catch-invisible-edits (quote smart)) |
|
|
|
|
'(org-clock-mode-line-total (quote current)) |
|
|
|
|
@ -46,7 +49,7 @@ |
|
|
|
|
'(org-pomodoro-short-break-sound "/home/jacopods/tick.wav") |
|
|
|
|
'(org-pomodoro-ticking-sound "/home/jacopods/tick.wav") |
|
|
|
|
'(org-refile-targets (quote ((org-agenda-files :level . 1)))) |
|
|
|
|
'(package-selected-packages (quote (magit helm-flycheck helm golden-ratio avy-zap))) |
|
|
|
|
'(package-selected-packages (quote (magit helm-flycheck helm avy-zap))) |
|
|
|
|
'(parens-require-spaces nil) |
|
|
|
|
'(safe-local-variable-values |
|
|
|
|
(quote |
|
|
|
|
@ -83,6 +86,7 @@ |
|
|
|
|
'(hl-line ((t (:background "#303030")))) |
|
|
|
|
'(hl-sexp-face ((t (:underline t))) t) |
|
|
|
|
'(italic ((((supports :underline t)) nil))) |
|
|
|
|
'(linum ((t (:slant normal :weight normal)))) |
|
|
|
|
'(linum-highlight-face ((t (:inherit (hl-line default))))) |
|
|
|
|
'(magit-diff-file-heading ((t nil))) |
|
|
|
|
'(magit-section-heading ((t (:foreground "LightGoldenrod2")))) |
|
|
|
|
@ -92,6 +96,8 @@ |
|
|
|
|
'(mode-line ((t (:background "grey25" :foreground "grey80" :weight normal)))) |
|
|
|
|
'(mode-line-inactive ((t (:inherit mode-line :background "grey10" :foreground "grey50" :weight normal)))) |
|
|
|
|
'(mouse ((t (:background "orchid")))) |
|
|
|
|
'(org-block-background ((t (:background "#262626" :slant normal :weight normal)))) |
|
|
|
|
'(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal))) t) |
|
|
|
|
'(org-pomodoro-mode-line ((t (:foreground "tomato3")))) |
|
|
|
|
'(paren-face-match ((t (:background "turquoise" :foreground "black")))) |
|
|
|
|
'(region ((t (:inherit highlight)))) |
|
|
|
|
|