mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
323 B
EmacsLisp
15 lines
323 B
EmacsLisp
;;; siren-string-inflection.el --- jimeh's Emacs Siren: defaults for string-inflection
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for string-inflections.
|
|
|
|
;;; Code:
|
|
|
|
(use-package string-inflection
|
|
:general
|
|
("C-c C-u" 'string-inflection-cycle))
|
|
|
|
(provide 'siren-string-inflection)
|
|
;;; siren-string-inflection.el ends here
|