Skip to content

Instantly share code, notes, and snippets.

@jwiegley
Created February 2, 2024 19:27
Show Gist options
  • Save jwiegley/ee92611b95d2cdcce0552f4f88ed6541 to your computer and use it in GitHub Desktop.
Save jwiegley/ee92611b95d2cdcce0552f4f88ed6541 to your computer and use it in GitHub Desktop.

(use-package selected :demand t :diminish selected-minor-mode :bind (:map selected-keymap (“[” . align-code) (“f” . fill-region) (“U” . unfill-region) (“d” . downcase-region) (“r” . reverse-region) (“S” . sort-lines)) :config (selected-global-mode 1))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment