diff options
author | ThanosApollo <[email protected]> | 2022-08-20 19:20:30 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-20 19:20:30 +0300 |
commit | 00b3896d418a016a1b8a7b6b13d90a0bbe45f961 (patch) | |
tree | 812b4fb022c634d7d2b399f0e0f5a20dd4ff071a /.doom.d | |
parent | b6263bde85adddaa65003fe44b4dd37d2bca5c36 (diff) |
Update org
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/custom.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 2b937d5..e1e037f 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -4,14 +4,14 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(playerctl espotify futhark-mode darktooth-theme green-is-the-new-black-theme spotify jazz-theme))) + '(mpv ffmpeg-player arc-dark-theme playerctl espotify futhark-mode darktooth-theme green-is-the-new-black-theme spotify jazz-theme))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:height 100 :family "hack")))) - '(org-level-1 ((t (:inherit outline-1 :height 1.4 :family "hack")))) + '(org-level-1 ((t (:inherit outline-1 :height 1.5 :family "hack")))) '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family)))) '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family "monospace")))) '(org-level-4 ((t (:inherit outline-2 :height 1.15)))) |