summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-22 11:11:39 -0500
committerCase Duckworth2021-04-22 11:11:39 -0500
commit62dd9dcaffdfd66b688f9e47853e0ed8258afe5b (patch)
treed42420d2e6cfe8fde0f95b307af796e359c22754 /init.el
parentMove lexical-binding setting into a hook (diff)
downloademacs-62dd9dcaffdfd66b688f9e47853e0ed8258afe5b.tar.gz
emacs-62dd9dcaffdfd66b688f9e47853e0ed8258afe5b.zip
Install w32-browser at work
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 3e19ec0..54a5f66 100644 --- a/init.el +++ b/init.el
@@ -507,6 +507,10 @@
507 (:global "C-x C-j" dired-jump) 507 (:global "C-x C-j" dired-jump)
508 (:bind "RET" dired-find-alternate-file) 508 (:bind "RET" dired-find-alternate-file)
509 (with-eval-after-load 'dired 509 (with-eval-after-load 'dired
510
511 (when (eq acdw/system :work)
512 (setup (:straight w32-browser)
513 (define-key dired-mode-map (kbd "RET") #'dired-w32-browser)))
510 514
511 (setup (:straight dired-subtree) 515 (setup (:straight dired-subtree)
512 (:with-map dired-mode-map 516 (:with-map dired-mode-map