X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=emacs.d%2Fconfig.org;h=d3c5db5ab067ee58cc883319508a3a61fcf5d5e7;hb=6368c2a1051056573e4b55e4d56a3e3b65c98c70;hp=424117f650ecc22868d553c75dfd91634299c108;hpb=c1c2a340bcf48616dc21ba00a2e999dfe84b50c4;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 424117f..d3c5db5 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1474,6 +1474,7 @@ Color for Man-mode (dired-why) (message "Δ: d-delete, u-ndelete, x-punge, f-ind, o-ther window, R-ename, C-opy, c-create, +new dir, r-evert, h-summary, ?-help,")) + (setq dired-guess-shell-alist-user '(("\\.pdf\\'" "evince" "okular") ("\\.\\(?:djvu\\|eps\\)\\'" "evince") @@ -2247,6 +2248,11 @@ Most use =C-o C-o= to switch buffers; =C-o x, v= to split window; =C-o o= to del ;; buffer / windows switch ("o" sd/toggle-max-windows "one" :exit t) ("C-k" sd/delete-current-window "del" :exit t) + ("D" (lambda () + (interactive) + (kill-buffer) + (sd/delete-current-window)) + "kill" :exit t) ("'" other-window "other" :exit t) ;; ("a" ace-window "ace") ("s" ace-swap-window "swap")