Last active
September 16, 2023 19:49
-
-
Save xenodium/82309386a77b031559b47c0c2d19bace to your computer and use it in GitHub Desktop.
Basic dwim-shell-command setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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