aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* feat:erc: Enable IRC client in dashboard and update keybindingsCraig Jennings2025-10-253-29/+22
| | | | | | | | | | Uncommented ERC client initialization in `init.el`. Replaced "cj/erc-start-or-switch" with "cj/erc-switch-to-buffer-with-completion" in dashboard. Altered keybindings to use "C-; E" instead of "C-c e" for ERC commands. Defined a new keymap "cj/erc-keymap" for better command organization. Removed deprecated `locate-library` checks and `cj/erc-command-map`. Refined code layout for clarity.
* feat(dirvish-config): Add sidebar attribute settingCraig Jennings2025-10-251-1/+2
| | | | Add `dirvish-side-attributes` for explicit sidebar configuration.
* chore:gitignore: Add client secret JSON file to ignore listCraig Jennings2025-10-251-0/+1
| | | | | Prevent tracking of sensitive client secret file in version control by ignoring it in .gitignore.
* chore:init: Remove obsolete eradio-config require statementCraig Jennings2025-10-251-1/+0
| | | | | The eradio-config dependency has been removed from the init file, potentially because it is no longer needed or has been deprecated.
* refactor:init: adjust startup performance optimizationsCraig Jennings2025-10-251-9/+4
| | | | | | Enable error notifications by adjusting warning level. Simplify startup performance by removing version control backend adjustments. Restore initial settings after startup.
* refactor:video-audio-recording: remove unused autoload cookiesCraig Jennings2025-10-251-6/+1
| | | | | | Remove unnecessary `;;;###autoload` comments from function definitions. This cleanup clarifies the code and has no functional impact as these autoload cookies were not utilized.
* feat:org-config: Add function to clear org-element cacheCraig Jennings2025-10-251-0/+18
| | | | | | | | | Introduce `cj/org-clear-element-cache` to clear the org-element cache for the current buffer or all buffers. This is useful for resolving parsing errors encountered during agenda generation, such as 'wrong-type-argument stringp nil'. The function can be triggered with a prefix argument to clear the cache for all org buffers, or without it to clear only the current buffer's cache.
* fix:dwim-shell: ensure dirvish starts dwim-shellCraig Jennings2025-10-251-1/+1
| | | | | | Update `use-package` to load `dwim-shell-command` after both `dired` and `dirvish`, ensuring proper integration and compatibility with the additional package.
* refactor: org-agenda: add chimeCraig Jennings2025-10-251-19/+32
| | | | | | Add chime for managing agenda notifications. Update configuration settings for chime, including notification times and modeline display. Enable chime-mode by default.
* feat:org-drill: Add cj/drill-start command to autoloadCraig Jennings2025-10-251-1/+1
| | | | | Extend the use-package setup to include the new command `cj/drill-start` in addition to `org-drill`.
* feat:org-gcal: Add function to clear sync lock and bindingCraig Jennings2025-10-251-20/+22
| | | | | | | | | Add `cj/org-gcal-clear-sync-lock` function to allow clearing the `org-gcal` sync lock. This is useful when a sync fails and leaves the lock in place, preventing future syncs. This function can be invoked with the keybinding "C-; G". Additionally, ensure credentials are retrieved from `authinfo.gpg` before loading `org-gcal`.
* feat:dirvish: shortcuts for Google Drive, remote git:cjennings.netCraig Jennings2025-10-251-2/+4
| | | | | Include shortcuts for Google Drive in documents and add a remote access path for git at cjennings.net in the dirvish configuration.
* chore: music: remove eradio-config and update music-configCraig Jennings2025-10-252-111/+54
| | | | | | | | | Deleted eradio-config.el file as it is no longer needed. Refactored music-config.el to improve readability and maintainability by removing unused autoload directives, unnecessary eval-when-compile blocks, adjusting indentation, and enhancing the setup function for EMMS. Additionally, removed duplicate code and ensured playlist handling is more robust.
* maint: localrepo: adding latest packagesCraig Jennings2025-10-2540-20/+21
|
* ignoring browser-choice.el persistence fileCraig Jennings2025-10-231-0/+1
|
* updated tasksCraig Jennings2025-10-231-2/+27
|
* fix:init: disable package signature checkingCraig Jennings2025-10-231-2/+2
| | | | | Commented out signature checking to avoid issues during package installation.
* feat:browser: Add browser configuration moduleCraig Jennings2025-10-232-1/+133
| | | | | | | Introduce `browser-config.el` to handle browser selection and configuration within Emacs. This module discovers available browsers, allows user selection through `M-x cj/choose-browser`, and persists the choice while supporting all link types.
* chore:init: remove commented-out prog-lsp require lineCraig Jennings2025-10-231-1/+0
| | | | | Clean up init.el by removing the unnecessary commented require statement for prog-lsp.
* feat:dirvish-config: Add absolute path copy functionalityCraig Jennings2025-10-231-2/+10
| | | | | | | | Introduce the 'L' key binding to copy the absolute file path in Dirvish. Extend `cj/dired-copy-path-as-kill` function to support force copying of absolute paths with the new `force-absolute` argument. This enhances the path copying capabilities by allowing users to directly copy absolute paths when needed.
* style(init.el): Update module requirements and commentsCraig Jennings2025-10-231-14/+13
| | | | | | Reorganize and comment out certain module requirements for clarity. Include comments to indicate test progress and modules in development.
* style:early-init: Correct indentation and adjust settingsCraig Jennings2025-10-231-6/+6
| | | | | | Fixes inconsistent indentation in emacs-startup-hook lambda function. Comments out warning level setting and reenables package signature checking.
* refactor: unify and simplify key binding setupsCraig Jennings2025-10-2315-347/+330
| | | | | | | | Optimized key binding configurations across modules for consistency and reduced redundancy. Improved conditional requiring to handle errors gracefully in `music-config.el`, ensuring robustness across different machine environments. Eliminated comments clutter and adjusted function definitions to adhere to revised standards.
* refactor:org-contacts-config: Update template and keymap bindingsCraig Jennings2025-10-231-23/+23
| | | | | | | | Add birthday and website fields to the contact template while removing duplicate template code. Comment out unused org-roam linking function. Replace `define-key` and `global-set-key` with `keymap-set` and `keymap-global-set` for cleaner keymap definitions and bindings.
* refactor:org-modules: Improve org-mode configurationCraig Jennings2025-10-236-578/+293
| | | | | | | | Remove redundant declarations and reorganize settings for clarity. Centralize org-mode customizations and use `use-package` for streamlined loading and configuration. Remove backward-compatible safeguards and reduce inline comments for cleaner code. Optimize key mappings and simplify the setup of org-related packages.
* refactor:help-config: update keybinding functionsCraig Jennings2025-10-231-5/+2
| | | | | | Replace `global-set-key` with `keymap-global-set` for consistency and readability. Remove deferring in `helpful` and `man` use-package configurations as it's unnecessary.
* chore:keybindings: update comments and remove unused codeCraig Jennings2025-10-231-16/+2
| | | | | | Update comments in keybindings.el for clarity by removing tilde markers around key sequences. Remove unused code related to which-key initialization to streamline the configuration.
* style:host-environment: Fix quoting in docstringsCraig Jennings2025-10-231-2/+3
| | | | | Correct the quoting style in docstrings for commands using backticks instead of incorrect characters.
* refactor:font-config: update font settings and keybindingsCraig Jennings2025-10-231-9/+10
| | | | | | Add EBook font setting with specified weight and height. Change global keybinding functions to keymap-global-set for better clarity and maintainability.
* refactor:mail-config: update command declarations and keymap bindingCraig Jennings2025-10-231-2/+2
| | | | | | Change the use-package command specification for `mu4e` to use :commands for lazy loading. Update keymap binding from `define-key` to `keymap-set` for readability and maintainability.
* refactor:eshell-vterm-config): update keymap and eshell loadingCraig Jennings2025-10-231-5/+4
| | | | | | | Replace `define-key` with `keymap-set` for better key binding clarity and reliability. Switch eshell loading from `:defer .5` to `:commands (eshell)` for on-demand loading. Remove unnecessary `:defer` from `xterm-color`.
* refactor:help-utils: keymap bindings for devdocs and cj/local-archCraig Jennings2025-10-231-12/+11
| | | | | | | Replace `global-set-key` with `keymap-global-set` for consistency and improved readability. Additionally, transition devdocs commands from deferred loading to command-based setup, enhancing initialization control.
* style:media-utils: Fix indentation and change default playerCraig Jennings2025-10-231-5/+4
| | | | Correct indentation for readability. Change default player to VLC.
* docs:games-config: Update commentary on game packagesCraig Jennings2025-10-231-5/+1
| | | | | | Streamline the commentary section by removing redundant descriptions and instructions for accessing games. Focus on configuring game packages instead of listing individual games.
* refactor(dwim-shell-config): Reorganize and remove redundant codeCraig Jennings2025-10-231-19/+5
| | | | | | | | | | | | Remove redundant function declarations and reorganize key binding logic for better clarity and maintainability. Bind `dwim-shell-commands-menu` to `dired-mode-map` directly within `use-package`.refactor(dwim-shell-config): Remove redundant function declarations Remove unused function declarations and move the key binding setup to an appropriate section. Change the `use-package` directive to load `dwim-shell-command` only after `dired` to ensure proper initialization.
* refactor(dirvish-config): streamline commentary and key bindingsCraig Jennings2025-10-231-87/+61
| | | | | | | | Condensed the commentary section to enhance readability. Reorganized key bindings to follow a consistent format and moved `dired-mode` auto-reversion to a separate expression. Simplified the `use-package` declaration with a deferred init and added mode overrides.
* test: Add unit tests for `join-line-or-region` and `join-paragraph`Craig Jennings2025-10-222-0/+787
| | | | | | | | | | Add comprehensive test cases for the `cj/join-line-or-region` and `cj/join-paragraph` functions within the custom-line-paragraph module. These tests cover normal, boundary, and error cases to ensure the proper functionality of line and paragraph joining features. They address various scenarios including line breaks, whitespace, Unicode content, and cursor positioning, enhancing the robustness of existing functionality.
* refactor:custom-line-paragraph:: Remove expand-region demandCraig Jennings2025-10-221-5/+3
| | | | | | | Remove the demand for expand-region package and require it in `cj/join-paragraph` function instead. This streamlines the package loading process and keeps its usage localized to the part of the code that actually needs it.
* feat:emacs-build-script:build both emacs and emacs-debug versionsCraig Jennings2025-10-221-108/+194
|
* better instrucitons for quality engineering promptCraig Jennings2025-10-221-0/+8
|
* feat:nov/epub: Enhance EPUB handling and visual preferencesCraig Jennings2025-10-221-26/+58
| | | | | | | | | Introduce nov-mode for .epub files, bypassing archive-mode detection. Enhance reading experience with visual-fill-column-centered text, Merriweather font, and improved color scheme. Provide utilities for paragraph navigation and document rendering. Improve previous nov-mode preferences for consistent visual adjustments and text wrapping.
* feat: modules: Add popper-config for popup window managementCraig Jennings2025-10-221-0/+41
| | | | | | | | Introduce popper-config.el to manage secondary buffers as popup windows using popper.el. This configuration includes keybindings for toggling, cycling, and promoting popups, and sets up popper with specific buffer references and display settings. This enhances the user experience by managing secondary buffers efficiently.
* feat: undead-buffers: Add `cj/make-buffer-undead` function and testsCraig Jennings2025-10-2213-203/+993
| | | | | | | | | | | | | | | Introduce a new function `cj/make-buffer-undead` that appends a buffer name to the `cj/undead-buffer-list`, preventing it from being killed. This comes along with a suite of tests to check various scenarios and edge cases for handling undead buffers. Additionally, add tests for related functions: `cj/kill-buffer-or-bury-alive`, `cj/kill-buffer-and-window`, and others to ensure they correctly manage buffers, particularly with undead-status considerations. Refactor `undead-buffer-list` naming for consistency and clarity in the module.
* fix cosmetic whitespace issueCraig Jennings2025-10-221-1/+0
|
* renamed emacs-dev+pm prompt, adding quality-engineer promptCraig Jennings2025-10-222-0/+157
|
* fix: config-utilities: Show Emacs binary location in version infoCraig Jennings2025-10-211-1/+3
| | | | Also update which-key label for config debugging utilities.
* feat:custom-misc: added switch to previous buffer C-; SPCCraig Jennings2025-10-211-0/+6
|
* moved toggle-debug-on error keybindign to config-utilsCraig Jennings2025-10-211-1/+0
|
* refactor:config-utils: method rename, remove dead codeCraig Jennings2025-10-211-318/+134
| | | | | | - renamed methods to allow intuitive grouping - removed uncommented/unused code - fixed compilation bug when no compilation is available
* removing test asset duplicateCraig Jennings2025-10-211-411/+0
|