From 5c9d2cffec5f86651dded3472ef7d0fd79530083 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Thu, 17 Aug 2023 10:52:49 +0530 Subject: [PATCH] emacs: minor whitespace change --- hosts/hermes/doom/config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/hermes/doom/config.org b/hosts/hermes/doom/config.org index 0294ef3..d8ce251 100644 --- a/hosts/hermes/doom/config.org +++ b/hosts/hermes/doom/config.org @@ -895,10 +895,10 @@ mu4e + mbsync + msmtp: eglot-extend-to-xref t) (setq-default eglot-workspace-configuration - '(:nil (:formatting (:command ["nixpkgs-fmt"]) - :nix (:flake (:autoArchive t - :autoEvalInputs t - :nixpkgsInputName "nixpkgs")))))) + '(:nil (:formatting (:command ["nixpkgs-fmt"]) + :nix (:flake (:autoArchive t + :autoEvalInputs t + :nixpkgsInputName "nixpkgs")))))) (use-package! eglot-x :after (eglot)