diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-04 18:44:07 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-04 18:44:07 -0600 |
| commit | ca725c2d3b143956f66c33413ab2726c57c78231 (patch) | |
| tree | 93d677ed49f2b398e6a8c2060eb56b4be2d190ce | |
| parent | 4053d1f32957e35462121f4348abb66ccca2fb13 (diff) | |
- Add typo correction: should't -> shouldn't
- Add dirvish shortcut pcr for career project
- Rename pc -> pcl for clipper project
- Minor whitespace cleanup in init.el
| -rw-r--r-- | assets/abbrev_defs | 1 | ||||
| -rw-r--r-- | init.el | 4 | ||||
| -rw-r--r-- | modules/dirvish-config.el | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/assets/abbrev_defs b/assets/abbrev_defs index 752bc611..c3af4548 100644 --- a/assets/abbrev_defs +++ b/assets/abbrev_defs @@ -376,6 +376,7 @@ ("sgould" "should" nil :count 0) ("sholarship" "scholarship" nil :count 0) ("shoudl" "should" nil :count 8) + ("should't" "shouldn't" nil :count 0) ("sieze" "seize" nil :count 0) ("skilfull" "skillful" nil :count 0) ("snoer" "snore" nil :count 1) @@ -72,6 +72,7 @@ ;; ---------------------- Added Features And Integrations ---------------------- + (require 'calibredb-epub-config) ;; ebook reader/manager settings (require 'dashboard-config) ;; the nice landing page with links (require 'dirvish-config) ;; file manager configuration @@ -86,7 +87,7 @@ (require 'pdf-config) ;; pdf display settings (require 'quick-video-capture) ;; download videos with a browser bookmark (require 'video-audio-recording) ;; desktop and/or audio recording via ffmpeg -(require 'transcription-config) ;; audio transcription using Whisper +(require 'transcription-config) ;; audio transcription (require 'weather-config) ;; utility to display the weather ;; -------------------------------- Programming -------------------------------- @@ -114,7 +115,6 @@ (require 'org-drill-config) (require 'org-export-config) - (require 'org-refile-config) ;; refile org-branches (require 'org-roam-config) ;; personal knowledge management in org mode (require 'org-webclipper) ;; "instapaper" to org-roam workflow diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 935b466e..67d08669 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -258,7 +258,8 @@ Uses feh on X11, swww on Wayland." ("mx" "~/music/" "music") ("pdx" "~/projects/documents/" "project documents") ("pdl" "~/projects/danneel/" "project danneel") - ("pc" "~/projects/clipper/" "project clipper") + ("pcl" "~/projects/clipper/" "project clipper") + ("pcr" "~/projects/career/" "project career") ("pl" "~/projects/elibrary/" "project elibrary") ("pf" "~/projects/finances/" "project finances") ("pjr" "~/projects/jr-estate/" "project jr-estate") |
