chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9a707ae
)
dot/emacs: Start configuring Dired's automatic command suggestions.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 20 Jul 2017 11:24:56 +0000
(12:24 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 20 Jul 2017 11:24:56 +0000
(12:24 +0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 49dbe7079afe6ff89ad3922b5d8ed74a09c5552c..352eb8abe0fc2e48a3e7962f73d2fbcd688116bc 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-661,6
+661,8
@@
(trap (require 'dired-x))
(and (fboundp 'dired-do-relsymlink)
(define-key dired-mode-map [?\C-c ?\C-s] 'dired-do-relsymlink))))
(trap (require 'dired-x))
(and (fboundp 'dired-do-relsymlink)
(define-key dired-mode-map [?\C-c ?\C-s] 'dired-do-relsymlink))))
+(setq dired-guess-shell-alist-user
+ '(("\\.pdf\\'" "mupdf")))
(add-hook 'org-mode-hook
#'(lambda () (mdw-clobber-evil-keymap org-mode-map)))
(add-hook 'org-mode-hook
#'(lambda () (mdw-clobber-evil-keymap org-mode-map)))