Re: [PATCH] Fix formatting

2024-02-12 Thread Ihor Radchenko
Ilya Chernyshov writes: > Hi, just wanted the code to be more elisp style guide compliant, so here's > a patch that adds spaces before opening parentheses. Sorry, but we do not accept whitespace-only commits because they may create problems when searching git history. See https://orgmode.org/wor

[PATCH] Fix formatting

2024-02-12 Thread Ilya Chernyshov
Hi, just wanted the code to be more elisp style guide compliant, so here's a patch that adds spaces before opening parentheses. >From 0d9b7ce6d5e83d7758566dab6a17642fdf4b9b73 Mon Sep 17 00:00:00 2001 From: Ilya Chernyshov Date: Mon, 12 Feb 2024 18:33:29 +0600 Subject: [PATCH] Fix fo