branch: externals/cursory commit 91512b6d0b9eb2938084ce0695c08c812fff3f15 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use M-x untabify --- cursory.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cursory.el b/cursory.el index 125bf1c3a9..6b0f89bdd8 100644 --- a/cursory.el +++ b/cursory.el @@ -167,10 +167,10 @@ Can be assigned to `kill-emacs-hook'." (when-let ((hist cursory--style-hist)) (with-temp-file cursory-latest-state-file (insert ";; Auto-generated file; don't edit -*- mode: " - (if (<= 28 emacs-major-version) - "lisp-data" - "emacs-lisp") - " -*-\n") + (if (<= 28 emacs-major-version) + "lisp-data" + "emacs-lisp") + " -*-\n") (pp (intern (car hist)) (current-buffer))))) (defvar cursory-recovered-preset nil