emacs org: enable conditional shift-select

This commit is contained in:
xfnw 2023-02-04 18:20:20 -05:00
parent 24a04800fc
commit 13081b9fba
1 changed files with 1 additions and 0 deletions

1
.emacs
View File

@ -96,6 +96,7 @@
("s" . "src")
("v" . "verse")
("f" . "fixme")))
'(org-support-shift-select t)
'(org-todo-keywords '((sequence "TODO" "DELAYED" "RERUN" "|" "DONE")))
'(package-selected-packages
'(ob-nix graphviz-dot-mode nix-mode circe badwolf-theme evil elpher gruvbox-theme sudo-edit company))