From 45fa8912133a92738778de8135ace179576ca97c Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 13 Jul 2023 18:38:03 +0200 Subject: [PATCH] Adds subword modes --- .config/git/config | 5 +++++ .emacs | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.config/git/config b/.config/git/config index 5c4a0e0..00e6d4e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,3 +7,8 @@ tool = meld [init] defaultBranch = main +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f diff --git a/.emacs b/.emacs index b405401..1414b85 100644 --- a/.emacs +++ b/.emacs @@ -267,6 +267,8 @@ :hook (web-mode . lsp-deferred) (typescript-mode . lsp-deferred) + (typescript-mode . (lambda () (subword-mode))) + (web-mode . (lambda () (subword-mode))) ) (use-package lsp-pyright