diff options
-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) |