summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-14adding check for X windows system in host environmentCraig Jennings
- updating tasks - add a test for running X Windows
2024-04-14moving elpa mirrors into user-emacs-directoryCraig Jennings
2024-04-14need to intern fallback theme nameCraig Jennings
2024-04-14tests and more bug fixingCraig Jennings
- make org todo starting priority the lowest ("D") - better default prompt for gptel - added function to browse arch-wiki-docs - added tests for join line or region - added tests for format region or buffer - added region arguments to cj/join-paragraph - updated tasks
2024-04-14updated tasksCraig Jennings
2024-04-11additional bug fixingCraig Jennings
- stray cj/bookmark-set-and-save references replaced with bookmark-set - added warning level for errors - added an alternate elpa-mirrors location (git repos shouldn't be added inside a git repo) - added default font size to "Berkeley Only" and the default in fontaine - updated eww to search using frog find for readability - fixed typo on comments in user-constants - moved easy hugo configuration higher for easier accessibility - move "insert around" function to custom functions
2024-04-11removing persistent scratch package; move jump-to=keymapCraig Jennings
- persistent scratch throws errors when I don't want them instead of managing the errors, it's easier to remove the package - move jump-to key map to where we declare the files - user constants commit 96e86219094cfe000271dfb1f651abe5b1a42175 Author: Craig Jennings <craigmartinjennings@gmail.com> Date: Thu Apr 11 04:02:40 2024 -0500 removing unused faith.el
2024-04-11fixed agenda and refile issuesCraig Jennings
- fixed building refile-targets not building accurately - fixed events in schedule.org not showing up in agendas
2024-04-11more fit and finish workCraig Jennings
User Constants - move all file and directory constants into it's own file - create the directories and files if they don't exist - warn the user when not found/created General - remove duplicate dirvish go menu entry - remove xterm color in test code (it's already in eshell) - fixed org-drill not starting - fixing issue with auto-complete not working in eshell - adding playlists location for dirvish - moved all org-drill config into the use-package declaration - added drill-dir to user-constants - default ledger-file location changed; updated tasks - git ignore the persist folder - added more point values in fontaine menu - fix for gptel early key grab in authinfo.gpg - removed localrepo from reset script - remove magit-forge package - don't wait too long to bury-buffers - add setting native compile warnings to 'silent - fixed sdcv errors when looking up a word normally and in nov
2024-04-08fit and finish workCraig Jennings
- gptel: added gptel-send-region with global keybinding - projectile: made project-switch-actions more efficient with regexp - prog-go: removed disabled code - mu4e: capture template captures region if selected - system utils: merged bury alive with other killing buffer code - org-capture: renamed *website-clipper to org-webpage-clipper - rg: auto switch to ripgrep-results window when ripgrep search completes - dashboard: remove dashboard banner custom face General - moved abbrev_defs to assets - removed gitmodules file - updated packages - fixed docstring and formatting throughout Custom-Functions - move cj/merge-list-to-list to custom-functions - add remove leading trailing whitespace function - corrected arrayify prompt Font-Config - added font point sizes in fontaine menu - make default font point size 11 Python - adding back python poetry support - added cj/python-setup method - merge python and python-mode configurations (they are the same built-in package) Show-Kill-Ring - show-kill-ring displays in another read-only buffer - show-kill-ring exits with q Elfeed - moved elfeed-feeds.org to assets - removed Wired from elfeed feeds - moved ElfeedDB to user-emacs-directory/.elfeed-db - moved elfeed-dashboard.org to assets
2024-04-07new repositoryCraig Jennings