From 087566ed5f0d08df2e0b36e4c80398f5c0d26c22 Mon Sep 17 00:00:00 2001
From: Andrea Ciceri <andrea.ciceri@autistici.org>
Date: Mon, 24 Jan 2022 12:17:03 +0100
Subject: [PATCH] `syncthing` and `emacs`

---
 hosts/hs/configuration.nix                        | 2 ++
 users/profiles/emacs/emacs.d/config/aesthetics.el | 3 ++-
 users/profiles/emacs/emacs.d/config/config-org.el | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/hosts/hs/configuration.nix b/hosts/hs/configuration.nix
index 0986de2..364a45c 100644
--- a/hosts/hs/configuration.nix
+++ b/hosts/hs/configuration.nix
@@ -165,6 +165,8 @@
       guiAddress = "0.0.0.0:8384";
       dataDir = "/mnt/archivio/syncthing";
       user = "ccr";
+      overrideDevices = false;
+      overrideFolders = false;
       folders = {
         "/mnt/archivio/syncthing/camera" = {
           id = "camera";
diff --git a/users/profiles/emacs/emacs.d/config/aesthetics.el b/users/profiles/emacs/emacs.d/config/aesthetics.el
index 4f305ea..d7e89fd 100644
--- a/users/profiles/emacs/emacs.d/config/aesthetics.el
+++ b/users/profiles/emacs/emacs.d/config/aesthetics.el
@@ -58,7 +58,8 @@
 (defalias 'yes-or-no-p 'y-or-n-p)
 (setq use-dialog-box nil
       display-time-format "%H:%M"
-      mouse-autoselect-window 't
+      column-number-mode t
+      mouse-autoselect-window t
       inhibit-startup-screen t)
 (menu-bar-mode -1)
 (tool-bar-mode -1)
diff --git a/users/profiles/emacs/emacs.d/config/config-org.el b/users/profiles/emacs/emacs.d/config/config-org.el
index 845677f..ecf0682 100644
--- a/users/profiles/emacs/emacs.d/config/config-org.el
+++ b/users/profiles/emacs/emacs.d/config/config-org.el
@@ -4,7 +4,7 @@
     (require 'org-protocol)
   :custom
   (org-startup-folded 'fold)
-  (org-startup-indented t)
+  (org-startup-indented f)
   (org-agenda-files '("~/roam/" "~/orgzly~"))
   (org-ellipsis "⤵")
   (org-pretty-entities t)