diff --git a/ha-config.org b/ha-config.org index 1febe6d..4784f3c 100644 --- a/ha-config.org +++ b/ha-config.org @@ -1906,7 +1906,8 @@ Often, but not always, I want a perspective based on an actual Git repository, e (--filter (s-starts-with? project it)) (-take 3))) (readme-org (f-join project "README.org")) - (readme-md (f-join project "README.md"))) + (readme-org (f-join project "README.md")) + (readme-md (f-join project "README.rst"))) (cond (files (ha--project-show-files project files)) (recent-files (ha--project-show-files project recent-files)) diff --git a/initialize b/initialize index 467d4ec..c2d90b9 100755 --- a/initialize +++ b/initialize @@ -72,6 +72,9 @@ cat > $HAMACS_DEST/init.el < $HAMACS_DEST/init.el <