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