Add some packages and definitions for gnus

master
Jacopo De Simoi 4 years ago
parent 757fb1e933
commit c6c13dc36b
  1. 5
      custom.el

@ -86,7 +86,7 @@
("melpa-stable" . "http://stable.melpa.org/packages/")
("org" . "http://orgmode.org/elpa/")))
'(package-selected-packages
'(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))
'(adaptive-wrap org-roam excorporate 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")
@ -121,10 +121,13 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(bold ((t (:weight normal))))
'(calendar-weekend-header ((t (:inherit font-lock-preprocessor-face :slant normal :weight normal))))
'(custom-visibility ((t (:inherit link))))
'(flyspell-margin-incorrect ((t (:inherit warning :underline nil))))
'(font-latex-script-char-face ((t nil)))
'(font-latex-slide-title-face ((t nil)))
'(gnus-button ((t nil)))
'(gnus-cite-attribution ((t (:underline t :slant normal :weight normal))))
'(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold))))
'(hl-line ((t (:background "#303030"))))
'(hl-sexp-face ((t (:underline t))) t)

Loading…
Cancel
Save