CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 12:29:20 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=06d777151f812e60ed2440bce401fd45738be2f72835575de8147bd8c34bd1c1a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%229h7PW3_TTnYBk9lrkwRDN2tYz8Mxrm8a%22%3B%7D; HttpOnly; Path=/
cf-ray: 98ce5cc7af80af3d-BLR
;; Dired "native open": Use the OS-native program for opening the file;; type - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; Dired "native open": Use the OS-native program for opening the file
- ;; type from Dired
- (defvar dired-native-open-program nil "The OS-native program for opening files.")
- (cond ((eq system-type 'darwin)
- (setq dired-native-open-program "/usr/bin/open"))
- ((eq system-type 'gnu/linux)
- (setq dired-native-open-program "xdg-open"))
- ((eq system-type 'windows-nt)
- (setq dired-native-open-program "explorer.exe")))
- (defun dired-open-with-native-open-program ()
- "Open the marked files with the program associated with those file types."
- (interactive)
- (let ((file-list (dired-get-marked-files)))
- (dired-run-shell-command
- (dired-shell-stuff-it dired-native-open-program file-list t))))
- (define-key dired-mode-map (kbd "M-o") #'dired-open-with-native-open-program)
- (define-key locate-mode-map (kbd "M-o") #'dired-open-with-native-open-program)
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 1 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 5 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ J
JavaScript | 7 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 13 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 14 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 16 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 4
JavaScript | 18 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand