home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b14e18253f76b72b0c9c0e82127196d085699ec9
parent 2e507e4a477098f47981636866f0ca1e14b70fc5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 23 Nov 2023 10:06:23 +0100

tools/emacs: fix indentation on programming-config.el

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/programming-config.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/programming-config.el b/tools/emacs/config/programming-config.el @@ -20,7 +20,7 @@ (package-vc-install "https://github.com/zerolfx/copilot.el")) :hook (prog-mode . copilot-mode) - (markdown-mode . copilot-mode) + (markdown-mode . copilot-mode) (text-mode . copilot-mode) (log-edit-mode . copilot-mode) (vc-git-log-edit-mode . copilot-mode)