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";
|
||||
dataDir = "/mnt/archivio/syncthing";
|
||||
user = "ccr";
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
folders = {
|
||||
"/mnt/archivio/syncthing/camera" = {
|
||||
id = "camera";
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue