summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/abbrev_defs5
-rw-r--r--modules/eshell-vterm-config.el3
-rw-r--r--modules/weather-config.el2
3 files changed, 7 insertions, 3 deletions
diff --git a/assets/abbrev_defs b/assets/abbrev_defs
index 47a2685b..4d8c7134 100644
--- a/assets/abbrev_defs
+++ b/assets/abbrev_defs
@@ -130,6 +130,7 @@
("contruction" "construction" nil :count 0)
("contstruction" "construction" nil :count 0)
("convertable" "convertible" nil :count 0)
+ ("cosnider" "consider" nil :count 0)
("creaitng" "creating" nil :count 0)
("creditscards" "credit cards" nil :count 0)
("cuases" "causes" nil :count 0)
@@ -252,7 +253,7 @@
("libaries" "libraries" nil :count 1)
("libary" "library" nil :count 1)
("liberry" "library" nil :count 0)
- ("liek" "like" nil :count 4)
+ ("liek" "like" nil :count 5)
("liesure" "leisure" nil :count 0)
("lisence" "license" nil :count 0)
("locatoins" "locations" nil :count 1)
@@ -447,7 +448,7 @@
("withdrawls" "withdrawals" nil :count 0)
("withold" "withhold" nil :count 0)
("workign" "working" nil :count 3)
- ("woudl" "would" nil :count 2)
+ ("woudl" "would" nil :count 3)
("wouldln't" "wouldn't" nil :count 0)
))
diff --git a/modules/eshell-vterm-config.el b/modules/eshell-vterm-config.el
index 5799c7c3..cc382a3f 100644
--- a/modules/eshell-vterm-config.el
+++ b/modules/eshell-vterm-config.el
@@ -212,6 +212,9 @@
(vterm-mode . cj/vterm-launch-tmux))
:bind
(:map vterm-mode-map
+ ("<f8>" . nil)
+ ("<f9>" . nil)
+ ("<f10>" . nil)
("<f12>" . nil)
("C-y" . vterm-yank)
("C-p" . vtermf-copy-mode)
diff --git a/modules/weather-config.el b/modules/weather-config.el
index 67da5b86..bf71ef9c 100644
--- a/modules/weather-config.el
+++ b/modules/weather-config.el
@@ -17,7 +17,7 @@
:load-path "/home/cjennings/code/wttrin"
:preface
;; Change this to t to enable debug logging
- (setq wttrin-debug t)
+ ;; (setq wttrin-debug t)
:bind
("M-S-w" . wttrin) ;; was M-W, overrides kill-ring-save
:config