summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* correcting path to journal filesCraig Jennings2025-05-241-1/+1
|
* temporary fix for dirvish not finding extensionsCraig Jennings2025-05-241-31/+42
|
* remove unused fontaine font preset entriesCraig Jennings2025-05-241-8/+1
|
* remove paging of booklist; remove unneeded library alistCraig Jennings2025-05-241-1/+1
|
* add jump to keybinding for reference.orgCraig Jennings2025-05-232-6/+9
|
* avoid task state information except for done statesCraig Jennings2025-05-231-1/+1
|
* disable initial bufferCraig Jennings2025-05-231-1/+1
| | | | it's more important to be able to call emacs with a parameter than have a nice dashboard
* adding version to Emacs window title contentsCraig Jennings2025-05-111-1/+1
|
* make the window title Emacs:<buffer-name>Craig Jennings2025-05-111-1/+1
|
* correct aspell location on freebsdCraig Jennings2025-05-101-0/+4
|
* disable telegramCraig Jennings2025-05-101-3/+3
|
* wrap lisp code at 120Craig Jennings2025-05-101-2/+2
|
* use FSF coreutils when on BSDCraig Jennings2025-05-101-0/+6
|
* disable vterm; assign f12 to etermCraig Jennings2025-05-101-40/+41
|
* cleanup fontaineCraig Jennings2025-05-101-18/+8
| | | | | | - default to FiraCode Nerd Font Mono - remove fontaine-font-families variable - remove unused presets
* add disable mouse packageCraig Jennings2025-05-101-0/+5
|
* don't log task status changes, pt. 1Craig Jennings2025-01-081-2/+3
|
* remove f12 from vterm keymapCraig Jennings2025-01-081-1/+2
| | | | | - this way vterm toggle works with f12 whether the cursor is active in vterm or not.
* remove timer delay; whitespace cleanupCraig Jennings2025-01-081-3/+5
|
* making vterm primary termCraig Jennings2025-01-081-3/+3
| | | | | | - change vterm to F12 - move eshell to C-F12 - remove timer delay for speed - height should be 50 percent of speed when toggled
* forgot videos/recordingsCraig Jennings2024-11-081-1/+1
|
* lowercasing directory namesCraig Jennings2024-11-081-7/+7
|
* capitalizing directoriesCraig Jennings2024-10-221-8/+8
|
* removing transparencyCraig Jennings2024-10-221-2/+2
|
* update packages to aug 24 2024; minor updatesCraig Jennings2024-08-244-4/+16
| | | | | | updating packages to most recent as of Aug 24 2024 add commented help for signature expiration fix typo in comment on cj/elfeed-mark-all-as-read
* moving wttrin from test code to weather-config.elCraig Jennings2024-05-102-14/+38
|
* improve commentsCraig Jennings2024-05-101-1/+1
|
* add go menu binding for media backupCraig Jennings2024-05-101-2/+3
|
* keybind pdf-view-enlarge/shrink same as text-scale-increase/decreaseCraig Jennings2024-05-101-0/+2
|
* add pomm pomodoro timerCraig Jennings2024-05-061-0/+8
|
* add eww-copy-url to eww-configCraig Jennings2024-05-061-1/+18
|
* enhancements, functions, tests, and miscCraig Jennings2024-05-0512-130/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enhancements - move accent-company to C-` and ensure it's on for org mode - re-enable narrow-to-region - turn on network repos by default - remove setq in company's use-package custom clause - increase company delay to .7 secs - recipe templates should have visibility show all - move video recordings code to separate module - move geiser-guile to prog-lisp functions - improve cj/reformat-region-or-buffer via restriction - improvements to test-format-region - adding tests for clear-blank-lines - Add prepend-lines and replace-fraction-glyphs functions - add cj/clear-blank-lines function - create cj/load-all-tests utility function tests - add keybinding for ert-run-tests-interactively - ensure ert libraries are available to load-all-tests - remove running the tests when evaluating the buffer - fix clear-blank-lines and adding better tests misc - updated packages - adding the luddite blog to elfeed - more abbrevs
* docstrings should fit within 80 charactersCraig Jennings2024-04-291-9/+10
|
* update packages; disabling uninstallable packages and codeCraig Jennings2024-04-293-46/+42
|
* refactored flyspell-and-abbrevCraig Jennings2024-04-292-130/+148
| | | | | | - refactored flyspell-and-abbrev, adding ert tests - remove unsetting the C-; keybinding for personal-keymap from Flyspell to custom-functions with the rest of the keybinding commands.
* bug fixing, repo changes, etc.Craig Jennings2024-04-285-8/+16
| | | | | | | | | | | - add font lock studio, - don't disable Emacs native vc backend functions - change elpa mirror location - change default location for localrepo - update packages - add constant for journals directory and ensure it exists on launch - move project file to org-roam - add remote repository reset to scripts folder
* added mu4e view save all attachmentsv0.7Craig Jennings2024-04-261-37/+84
| | | | | | | 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
|
* 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
|
* Web Page Clipper now saves articles under "To Read" heading in inboxCraig Jennings2024-04-261-56/+38
|
* removed unnecessary hardcoded paths & fixed a typoCraig Jennings2024-04-2512-108/+121
| | | | | | - 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-257-231/+278
| | | | | | | | - 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
* geiser support and org refactoringCraig Jennings2024-04-236-85/+89
| | | | | | | | - 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
* New Custom Functions, Org Updates, Agenda Updates, &c.Craig Jennings2024-04-2215-413/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === 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
* added alerting for agenda eventsCraig Jennings2024-04-161-1/+23
|
* show kill ring should leave point in bufferCraig Jennings2024-04-161-22/+26
| | | | also updated tasks
* adding check for X windows system in host environmentCraig Jennings2024-04-141-1/+5
| | | | | - updating tasks - add a test for running X Windows
* need to intern fallback theme nameCraig Jennings2024-04-141-1/+1
|
* tests and more bug fixingCraig Jennings2024-04-144-6/+26
| | | | | | | | | | - 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