syncthing
and emacs
This commit is contained in:
parent
12f7135160
commit
087566ed5f
3 changed files with 5 additions and 2 deletions
|
@ -165,6 +165,8 @@
|
||||||
guiAddress = "0.0.0.0:8384";
|
guiAddress = "0.0.0.0:8384";
|
||||||
dataDir = "/mnt/archivio/syncthing";
|
dataDir = "/mnt/archivio/syncthing";
|
||||||
user = "ccr";
|
user = "ccr";
|
||||||
|
overrideDevices = false;
|
||||||
|
overrideFolders = false;
|
||||||
folders = {
|
folders = {
|
||||||
"/mnt/archivio/syncthing/camera" = {
|
"/mnt/archivio/syncthing/camera" = {
|
||||||
id = "camera";
|
id = "camera";
|
||||||
|
|
|
@ -58,7 +58,8 @@
|
||||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||||
(setq use-dialog-box nil
|
(setq use-dialog-box nil
|
||||||
display-time-format "%H:%M"
|
display-time-format "%H:%M"
|
||||||
mouse-autoselect-window 't
|
column-number-mode t
|
||||||
|
mouse-autoselect-window t
|
||||||
inhibit-startup-screen t)
|
inhibit-startup-screen t)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
(require 'org-protocol)
|
(require 'org-protocol)
|
||||||
:custom
|
:custom
|
||||||
(org-startup-folded 'fold)
|
(org-startup-folded 'fold)
|
||||||
(org-startup-indented t)
|
(org-startup-indented f)
|
||||||
(org-agenda-files '("~/roam/" "~/orgzly~"))
|
(org-agenda-files '("~/roam/" "~/orgzly~"))
|
||||||
(org-ellipsis "⤵")
|
(org-ellipsis "⤵")
|
||||||
(org-pretty-entities t)
|
(org-pretty-entities t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue