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/user-constants.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/user-constants.el') diff --git a/modules/user-constants.el b/modules/user-constants.el index 56c0f2f91..11872474a 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -55,6 +55,10 @@ (defconst snippets-dir (concat sync-dir "snippets/") "The location of ya-snippet snippets.") +(defconst video-recordings-dir "~/videos/recordings" + "The location to save the ffmpeg recordings.") + + ;; FILES (defvar schedule-file (concat sync-dir "schedule.org") "The location of the org file containing scheduled events.") @@ -99,7 +103,8 @@ (mapc 'cj/verify-or-create-dir (list sync-dir roam-dir journals-dir - snippets-dir)) + video-recordings-dir + snippets-dir)) (mapc 'cj/verify-or-create-file (list schedule-file inbox-file -- cgit v1.2.3