summaryrefslogtreecommitdiff
path: root/modules/keybindings.el
Commit message (Collapse)AuthorAgeFilesLines
* correcting reading notes file and jump toCraig Jennings2025-09-021-2/+3
|
* removing C-c u for capitalize regionCraig Jennings2025-08-311-1/+0
| | | | | - redundant with custom functions capitalization keybindings - also want to free up as many keybindings as possible
* feat(keybindings): Make org-store-link binding globalCraig Jennings2025-08-171-0/+4
|
* refactor(system-utils): major refactoring / adding testsCraig Jennings2025-08-141-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Theme: Modularize system-utilities into separate modules. Clean up any typos, buts, and unused variables. Add some initial ERT tests for new modules created. Changes: - Extract file handling into its own module (file-config) - Extract keyboard macro management into its own module (keyboard-macros) - Extract buffer burying (instead of killing) into its own module (undead-buffers) - Extract all date/time config into its own module (chrono-tools) - Moved keybinding discovery functionality and help into keybindings module - Combine flyspell and abbrev (spell-check and autocorrect) to flyspell-and-abbrev.el - Rename epa-config.el to auth-config.el for auth-source and epa settings. - Refactor `cj/kill-other-window` for more accurate buffer handling. - Include "*ert*" in the default bury (don't kill) list as killing it kills test runs. - Bind C-c M-m to inhibit-mouse-mode - Remove the unused ledger-file variable in user-constants.el. - Removed obsolete C-x x m, C-x x r, and C-x x d key mappings. - C-; b r to call cj/rename-buffer-and-file instead of typo’d function - Other purely cosmetic comment changes to system-utils.el ERT tests: - Rename ERT test definitions to include module scopes (file-config, keyboard-macros) - Add an ERT test for the timer bell's existence. - Add ERT tests to cover `cj/kill-buffer-or-bury-alive`, prefix-arg behavior, window-killing commands, and bulk operations. - Add test `authinfo-file` exists Missing authinfo triggers a debug message - Add test that `gpg2` executable is on the user’s PATH - Remove outdated authinfo test. - Add “Run these tests” note where missing.
* remap shift backspace to deleteCraig Jennings2025-06-171-0/+3
|
* add jump to keybinding for reference.orgCraig Jennings2025-05-231-6/+6
|
* geiser support and org refactoringCraig Jennings2024-04-231-0/+25
| | | | | | | | - 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
* removing persistent scratch package; move jump-to=keymapCraig Jennings2024-04-111-16/+0
| | | | | | | | | | | | - 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
* new repositoryCraig Jennings2024-04-071-0/+132