Skip to content

Instantly share code, notes, and snippets.

@xenodium
Last active September 16, 2023 19:49
Show Gist options
  • Save xenodium/82309386a77b031559b47c0c2d19bace to your computer and use it in GitHub Desktop.
Save xenodium/82309386a77b031559b47c0c2d19bace to your computer and use it in GitHub Desktop.
Basic dwim-shell-command setup
(use-package dwim-shell-command
:ensure t
:bind (:map dired-mode-map
("C-c d" . dwim-shell-commands-duplicate))
:config
;; Loads all my own dwim shell commands.
(require 'dwim-shell-commands))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment