Change saves folder to Nextcloud

This commit is contained in:
jowj 2019-02-18 17:39:36 -06:00
parent acdd224fd3
commit c5490b0080

View File

@ -16,7 +16,7 @@
(when (eq system-type 'darwin) (when (eq system-type 'darwin)
(setq mac-command-modifier 'meta)) ; deal with mac command key problems: (setq mac-command-modifier 'meta)) ; deal with mac command key problems:
(setq backup-directory-alist `(("." . "~/Dropbox/org/.saves"))) ; deal with bullshit files in every dir. (setq backup-directory-alist `(("." . "~/Nextcloud/Documents/org/.saves"))) ; deal with bullshit files in every dir.
(set-frame-font "Consolas 12") ; set default font, versions of emacs may require set-default-font (set-frame-font "Consolas 12") ; set default font, versions of emacs may require set-default-font
(setq user-init-file "~/Documents/projects/agares/applicationConfiguration/.emacs/init.el") ;set default init file to agares (setq user-init-file "~/Documents/projects/agares/applicationConfiguration/.emacs/init.el") ;set default init file to agares