summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/abbrev_defs7
-rw-r--r--init.el4
-rw-r--r--modules/dirvish-config.el3
3 files changed, 9 insertions, 5 deletions
diff --git a/assets/abbrev_defs b/assets/abbrev_defs
index 17fe1287..c3af4548 100644
--- a/assets/abbrev_defs
+++ b/assets/abbrev_defs
@@ -26,6 +26,7 @@
("additionsl" "additional" nil :count 0)
("additonal" "additional" nil :count 0)
("adminitrator" "administrator" nil :count 0)
+ ("adminstrator" "administrator" nil :count 0)
("adquire" "acquire" nil :count 0)
("adress" "address" nil :count 0)
("adultary" "adultery" nil :count 0)
@@ -228,6 +229,7 @@
("independant" "independent" nil :count 0)
("indispensible" "indispensable" nil :count 0)
("infomration" "information" nil :count 1)
+ ("informaiton" "information" nil :count 0)
("initialisation" "initialization" nil :count 0)
("inspoection" "inspection" nil :count 0)
("instaances" "instances" nil :count 0)
@@ -240,7 +242,7 @@
("knwoing" "knowing" nil :count 0)
("knwoledgeable" "knowledgeable" nil :count 0)
("labelled" "labeled" nil :count 0)
- ("laer" "later" nil :count 1)
+ ("laer" "later" nil :count 2)
("lawyear" "lawyer" nil :count 0)
("liason" "liaison" nil :count 0)
("libaries" "libraries" nil :count 1)
@@ -374,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)
@@ -395,7 +398,7 @@
("takss" "tasks" nil :count 3)
("talekd" "talked" nil :count 0)
("talkign" "talking" nil :count 6)
- ("teh" "the" nil :count 162)
+ ("teh" "the" nil :count 163)
("tehir" "their" nil :count 6)
("tehre" "there" nil :count 3)
("testimentary" "testamentary" nil :count 1)
diff --git a/init.el b/init.el
index ebec9d85..40d0ff1b 100644
--- a/init.el
+++ b/init.el
@@ -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")