summaryrefslogtreecommitdiff
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
|
* updating tasksCraig Jennings2025-05-231-2/+13
|
* 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-102-4/+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
|
* default use online repositoriesCraig Jennings2025-05-101-1/+1
|
* removing bad abbrevCraig Jennings2025-03-061-1/+0
|
* don't log task status changes, pt. 1Craig Jennings2025-01-081-2/+3
|
* adding todo.orgCraig Jennings2025-01-081-0/+4
|
* updating packagesCraig Jennings2025-01-082-0/+0
|
* 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
* adding you can't hear this rss feedCraig Jennings2024-12-021-0/+1
|
* large feed updateCraig Jennings2024-12-021-3/+42
|
* don't update using online repos. forces .localrepo install.Craig Jennings2024-11-301-1/+1
|
* updating packagesCraig Jennings2024-11-30151-125/+122
|
* minor comment improvementCraig Jennings2024-11-091-2/+2
|
* enhanced commentsCraig Jennings2024-11-091-1/+1
|
* fixing setup email, expanding all "~" with "$HOME" for clarityCraig Jennings2024-11-091-5/+5
|
* 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-24140-57/+252
| | | | | | 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-103-15/+40
|
* improve commentsCraig Jennings2024-05-101-1/+1
|
* new abbrevsCraig Jennings2024-05-101-1/+2
|
* 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
|
* more abbrevsCraig Jennings2024-05-061-0/+3
|
* add pomm pomodoro timerCraig Jennings2024-05-061-0/+8
|
* add eww-copy-url to eww-configCraig Jennings2024-05-061-1/+18
|
* ignore pomm data persistence fileCraig Jennings2024-05-061-0/+1
|
* enhancements, functions, tests, and miscCraig Jennings2024-05-0524-169/+622
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-298-49/+42
|
* refactored flyspell-and-abbrevCraig Jennings2024-04-294-130/+302
| | | | | | - 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.