From dacfdbad755449c3b67b4b87989963bd6e65a691 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 7 Jul 2021 14:12:14 -0400 Subject: [PATCH] Update custom.el --- custom.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom.el b/custom.el index dc42ba1..e4d401c 100644 --- a/custom.el +++ b/custom.el @@ -44,7 +44,7 @@ (sign) (encrypt)))) '(org-agenda-files - '("~/org/master.org" "~/org/next.org" "~/org/orgzly/work.org" "~/org/orgzly/scheduled.org" "~/org/orgzly/hack.org" "~/org/orgzly/library.org" "~/org/orgzly/refile.org")) + '("~/org/master.org" "~/org/next.org" "~/org/orgzly/work.org" "~/org/orgzly/scheduled.org" "~/org/orgzly/hack.org" "~/org/orgzly/library.org" "~/org/orgzly/kaizen.org" "~/org/orgzly/refile.org")) '(org-agenda-show-inherited-tags 'always) '(org-babel-load-languages '((emacs-lisp . t) (shell . t))) '(org-babel-shell-names '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh" "zsh")) @@ -86,7 +86,7 @@ ("melpa-stable" . "http://stable.melpa.org/packages/") ("org" . "http://orgmode.org/elpa/"))) '(package-selected-packages - '(org-plus-contrib helm-ag helm-projectile org-journal gist async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter avy markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm avy-zap)) + '(helm-ag helm-projectile org-journal gist async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter avy markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm avy-zap)) '(parens-require-spaces nil) '(safe-local-variable-values '((projectile-project-run-cmd . "mkdir -p build; cd build; cmake ..; make run") @@ -140,6 +140,7 @@ '(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :slant normal :weight normal)))) '(org-block-background ((t (:background "#262626" :slant normal :weight normal)))) '(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal)))) + '(org-meta-line ((t (:inherit (default font-lock-comment-face) :slant normal :weight normal)))) '(org-pomodoro-mode-line ((t (:foreground "tomato3")))) '(paren-face-match ((t (:background "turquoise" :foreground "black")))) '(region ((t (:inherit highlight))))