From 4566ec69d269ecba8d9386a131b932ee5244aa8e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 5 May 2024 09:23:58 -0500 Subject: enhancements, functions, tests, and misc 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 --- modules/dirvish-config.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/dirvish-config.el') diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index d5dc6c33..c0cf7309 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -99,16 +99,17 @@ automatically displayed." ("cx" ,code-dir "code diredtory") ("ws" ,(concat code-dir "/website") "website staging") ("dr" ,(concat sync-dir "/drill/") "drill files") - ("s" ,sync-dir "sync directory") - ("mp" ,(concat sync-dir "/playlists") "music playlists") + ("s" ,sync-dir "sync directory") + ("vr" ,video-recordings-dir "video recordings directory") ("px" ,projects-dir "projects directory") ("tg" ,(concat sync-dir "/text.games") "text games") ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") ("pw" ,(concat pix-dir "/wallpaper/") "pictures wallpaper") ("px" ,pix-dir "pictures directory") ("dl" ,dl-dir "downloads") - ("dt" ,(concat dl-dir "/torrents/complete/") "torrents") + ("dt" ,(concat dl-dir "/torrents/complete/") "torrents") ("vx" ,videos-dir "videos") + ("pl" "~/sync/playlists/" "playlists directory") ("df" "~/.dotfiles/" "dotfiles") ("dx" "~/documents/" "documents") ("mx" "~/music/" "music") -- cgit v1.2.3