making cursor work better

This commit is contained in:
Chris Cochrun 2024-01-23 05:46:29 -06:00
parent 9155495918
commit 96a80528b4
2 changed files with 9 additions and 15 deletions

11
init.el
View file

@ -770,10 +770,8 @@ much faster. The hope is to also make this a faster version of imenu."
(setq org-publish-project-alist
`(("home"
:base-directory "~/docs/notes/"
:base-directory "~/docs/notes/site/"
:base-extension "org"
:exclude ".*"
:include "index.org"
:recursive nil
:html-doctype "html5"
:html-html5-fancy t
@ -782,9 +780,8 @@ much faster. The hope is to also make this a faster version of imenu."
:publishing-directory "~/cochrun.xyz/"
:publishing-function org-html-publish-to-html)
("posts"
:base-directory "~/docs/notes/"
:base-directory "~/docs/notes/site/content/"
:base-extension "org"
:exclude "bibles\\|.st.*\\|.templates"
:recursive t
:html-doctype "html5"
:html-html5-fancy t
@ -794,7 +791,7 @@ much faster. The hope is to also make this a faster version of imenu."
:publishing-directory "~/cochrun.xyz/content/"
:publishing-function org-html-publish-to-html)
("static"
:base-directory "~/docs/notes/"
:base-directory "~/docs/notes/site/assets/"
:base-extension "css\\|txt\\|jpg\\|gif\\|png"
:exclude "bibles\\|.st.*\\|.templates"
:recursive t
@ -1566,7 +1563,7 @@ Optional BACKEND must be `re-reveal' or a backend derived from it."
:states '(normal visual)
:keymaps 'override
"l" '(:ignore t :which-key "llm")
"la" 'ellama-ask
"la" 'ellama-chat
"lb" 'ellama-ask-about
"lc" 'ellama-code-review
"lec" 'ellama-enhance-code