summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 12:17:53 -0600
committerCase Duckworth2021-03-11 12:17:53 -0600
commite06d1d3ee70f7f3eff0ad48d39188bb5034f7afd (patch)
treed6f9ebb650a87c7a2673ad988dd16ddb34de7d9d
parentConfigure garbage collection (diff)
downloademacs-e06d1d3ee70f7f3eff0ad48d39188bb5034f7afd.tar.gz
emacs-e06d1d3ee70f7f3eff0ad48d39188bb5034f7afd.zip
Fix typo
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index c316588..12f039d 100644 --- a/init.el +++ b/init.el
@@ -315,7 +315,7 @@
315 (shr-width fill-column))) 315 (shr-width fill-column)))
316 316
317(when (eq acdw/system :work) 317(when (eq acdw/system :work)
318 (add-to-list 'exec-path "C:/Program Files/ Mozilla Firefox")) 318 (add-to-list 'exec-path "C:/Program Files/Mozilla Firefox"))
319 319
320(acdw/hooks text-mode-hook goto-address-mode) 320(acdw/hooks text-mode-hook goto-address-mode)
321(acdw/hooks prog-mode-hook goto-address-prog-mode) 321(acdw/hooks prog-mode-hook goto-address-prog-mode)