diff --git a/.config/git/config b/.config/git/config index 00e6d4e..2bf529e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -8,7 +8,7 @@ [init] defaultBranch = main [filter "lfs"] - process = git-lfs filter-process - required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true diff --git a/.emacs b/.emacs index 919297c..0bbd97e 100644 --- a/.emacs +++ b/.emacs @@ -542,6 +542,11 @@ (c-mode-common . clang-format+-mode) ) +(use-package string-inflection + :bind + ("C-c u" . string-inflection-all-cycle) + ) + (use-package polymode :config (define-hostmode poly-pio-hostmode