summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--files.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-18 15:49:17 -0400
committerbd <bdunahu@operationnull.com>2025-03-18 15:49:17 -0400
commitcaa598b5c3d467ea0bb85bcd26858aa94b7c096d (patch)
tree6af2cd7b20288c1c7d06fbc71bdb9d54578e33db /.config/emacs/modules/bd--files.el
parent3145b31dcff940ed2ef26d1a34401d8c4eff9ba3 (diff)
xmodmap->xkbcomp, swap control and space keys
Diffstat (limited to '.config/emacs/modules/bd--files.el')
-rw-r--r--.config/emacs/modules/bd--files.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el
index 8eab7ed..a67811d 100644
--- a/.config/emacs/modules/bd--files.el
+++ b/.config/emacs/modules/bd--files.el
@@ -26,7 +26,7 @@
"Open FILE with QEMU."
(let ((options `("qemu-system" nil "qemu-system-x86_64" ,(expand-file-name file)
"-net" "nic" "-net""user,hostfwd=tcp:127.0.0.1:2222-:22"
- "--accel" "kvm" "-m" "4G")))
+ "--accel" "kvm" "-m" "4G")))
(unless (string-match-p "graphic" file)
(setq options (append options (list "-nographic"))))
(apply 'start-process options)))
@@ -67,8 +67,6 @@
(use-package dired
:demand t
- :bind
- (("C-c d" . dired-jump))
:config
(setopt dired-listing-switches "-alhLG --time-style=long-iso --group-directories-first"
dired-recursive-copies 'always