Update custom.el

master
Jacopo De Simoi 5 years ago
parent 3f60e20464
commit dacfdbad75
  1. 5
      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))))

Loading…
Cancel
Save