Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Qkessler/qk-emacs

Tags

0.1.7

Toggle 0.1.7's commit message
Update README with example workflow section, so give the end user a

starting workflow

0.1.6

Toggle 0.1.6's commit message
Update treesitter configuration, add eglot modes

0.1.5

Toggle 0.1.5's commit message
Add last constants, including qk-mail

This is great, as commented on previous commits' comments, there is now
only two possible moving points to qk-emacs:

- `init.el` file if the user wants to add more modules for their own
configuration.
- `modules/qk-constants`, where the user will set up all their constants
to use with the modules that they have loaded.

0.1.4

Toggle 0.1.4's commit message
Add qk-amz migrated to elpaca

0.1.3

Toggle 0.1.3's commit message
Remove org-refile property logic, move org-capture keys

For the stable release, I'll remove the org-refile project property hook
for now. I don't think it's polished enough and I haven't had the time
to fix it yet.

0.1.2

Toggle 0.1.2's commit message
Fix Anki integration, improve capture and lazy loading

We now lazy load anki just before we are pushing to the server. With
that, we can avoid any problems that might arise if we have the function
not already required using :general, which was a problem previously.

Also, add the qk-org-capture-here binding, to `SPC m h`, on org-mode
buffers. Keep in mind the binding `SPC o h` that runs consult over the
list of org headings on the current org-mode buffer.