From 2c5e78990505eeafc84768fa20de2daff172d5f4 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 2 Dec 2017 01:37:40 -0500 Subject: [PATCH] Customizations++ --- custom.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/custom.el b/custom.el index f587329..0d9e694 100644 --- a/custom.el +++ b/custom.el @@ -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))))