Compare commits
2 Commits
2f73f51597
...
ba921a194f
Author | SHA1 | Date | |
---|---|---|---|
ba921a194f | |||
0fd29cfbeb |
@ -565,7 +565,7 @@ before packages are loaded."
|
|||||||
(:preamble . "from __future__ import print_function")
|
(:preamble . "from __future__ import print_function")
|
||||||
(:results . "output")))
|
(:results . "output")))
|
||||||
; Add TODO states in org
|
; Add TODO states in org
|
||||||
(setq org-todo-keywords '((sequence "TODO" "NEXT" "INACTIVE" "|" "DONE")))
|
(setq org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "|" "DONE" "CANCELLED")))
|
||||||
(setq org-todo-keyword-faces
|
(setq org-todo-keyword-faces
|
||||||
'(("INACTIVE" . "violet")
|
'(("INACTIVE" . "violet")
|
||||||
("NEXT" . "turquoise")))
|
("NEXT" . "turquoise")))
|
||||||
|
@ -9,4 +9,4 @@ vo=gpu
|
|||||||
volume-max=200
|
volume-max=200
|
||||||
af=acompressor
|
af=acompressor
|
||||||
## Youtube-dl settings
|
## Youtube-dl settings
|
||||||
ytdl-format=bestvideo[height<=?720]+bestaudio/best
|
ytdl-format=bestvideo[height<=?720][vcodec!=vp9]+bestaudio/best
|
||||||
|
Loading…
Reference in New Issue
Block a user