diff options
author | Case Duckworth | 2021-03-11 12:17:53 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-11 12:17:53 -0600 |
commit | e06d1d3ee70f7f3eff0ad48d39188bb5034f7afd (patch) | |
tree | d6f9ebb650a87c7a2673ad988dd16ddb34de7d9d | |
parent | Configure garbage collection (diff) | |
download | emacs-e06d1d3ee70f7f3eff0ad48d39188bb5034f7afd.tar.gz emacs-e06d1d3ee70f7f3eff0ad48d39188bb5034f7afd.zip |
Fix typo
-rw-r--r-- | init.el | 2 |
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) |