summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added mu4e view save all attachmentsv0.7Craig Jennings2024-04-262-107/+159
| | | | | | | replaces extract keybinding so user saves all attachments instead of each singly. also add it to view action menu
* fixing missing parensCraig Jennings2024-04-261-1/+1
|
* good abbrevCraig Jennings2024-04-261-0/+1
|
* making templates case insensitive and adding quote iconsCraig Jennings2024-04-261-5/+15
|
* increasing size and adding more properties to berkeley/merriweatherCraig Jennings2024-04-261-11/+19
|
* added Google Testing Blog and :testing: topic/tagCraig Jennings2024-04-262-16/+19
|
* Web Page Clipper now saves articles under "To Read" heading in inboxCraig Jennings2024-04-262-73/+132
|
* removed unnecessary hardcoded paths & fixed a typoCraig Jennings2024-04-2514-206/+244
| | | | | | - defined constants for all commonly used paths - replaced hardcoded instances throughout the config with the variables - fixed typo in scripts/reset-to-first-launch.sj
* re-organized org modules using use-package + maintenance workCraig Jennings2024-04-2519-249/+302
| | | | | | | | - updated packages - removed :after org-contrib references - added ob-awk, sed, scheme, and shell backends - make v play with mpv in elfeed search mode map - added abbrevs
* update packagesCraig Jennings2024-04-2330-7/+8
|
* geiser support and org refactoringCraig Jennings2024-04-238-96/+94
| | | | | | | | - add Geiser-guile for Emacs Guile Support - combine org-appearance-config with org-config - move jump to keyboard commands to the keybindings file - assign winner-undo to F5 - remove undefined compilation setting
* updating localrepo packagesCraig Jennings2024-04-225-3/+4
|
* YAA - Yet Another AbbrevCraig Jennings2024-04-221-0/+1
|
* New Custom Functions, Org Updates, Agenda Updates, &c.Craig Jennings2024-04-2227-470/+1994
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === Functions === - add function cj/dired-convert-image-to-jpeg - add function cj/dired-copy-path-as-kill - add function cj/export-org-to-md-on-save function - add function cj/org-link-to-current-file === Agenda === - rework the f8 main agenda into custom agenda using Aaron Bieber's ideas - agenda lists now use standard agenda functions - updated packages to remove org-super-agenda and ts (a dependency) - file commentary text updated to reflect the change === Org === - add grocery and shopping list capture items - add missing tests for org-skip-subtree-if-habit - add support for org-habits, including checkboxes - fix issue with org-auto-export-to-md - modularize org-agenda - move todo settings to org-config - reformat org-roam-config === &c. === - add day to sortable date - add disablefastrenderer to hugo server flags - add fill column indicator when emacs lisping - add gpt buffers to the bury-alive-list - add keybinding for fixup-whitespace - add magit cloning settings - finish automatically on "Link" capture - fix company complaints about shutting up function - fix em, e, ff, and f eshell aliases - make fallback theme modus-vivendi - prune the compilation cache when applicable
* updating tasks and abbrevsCraig Jennings2024-04-162-33/+48
|
* added alerting for agenda eventsCraig Jennings2024-04-161-1/+23
|
* updating packagesCraig Jennings2024-04-1619-14/+13
|
* show kill ring should leave point in bufferCraig Jennings2024-04-162-25/+91
| | | | also updated tasks
* abbrevsCraig Jennings2024-04-151-1/+2
|
* more abbrevsCraig Jennings2024-04-151-1/+3
|
* adding additional directories to remove in reset scriptCraig Jennings2024-04-141-3/+7
|
* adding removal of org-persist directory in ~/.cacheCraig Jennings2024-04-141-0/+3
|
* updating packagesCraig Jennings2024-04-1430-18/+15
|
* adding check for X windows system in host environmentCraig Jennings2024-04-142-14/+6
| | | | | - updating tasks - add a test for running X Windows
* moving elpa mirrors into user-emacs-directoryCraig Jennings2024-04-141-1/+1
|
* need to intern fallback theme nameCraig Jennings2024-04-141-1/+1
|
* tests and more bug fixingCraig Jennings2024-04-147-15/+445
| | | | | | | | | | - 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
* updated tasksCraig Jennings2024-04-141-17/+2
|
* additional bug fixingCraig Jennings2024-04-1112-67/+106
| | | | | | | | | | | | - 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
* removing persistent scratch package; move jump-to=keymapCraig Jennings2024-04-1110-617/+91
| | | | | | | | | | | | - 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
* fixed agenda and refile issuesCraig Jennings2024-04-114-132/+166
| | | | | - fixed building refile-targets not building accurately - fixed events in schedule.org not showing up in agendas
* more fit and finish workCraig Jennings2024-04-1146-1504/+1231
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* fit and finish workCraig Jennings2024-04-08142-402/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* new repositoryCraig Jennings2024-04-078361-0/+1379622