third
This commit is contained in:
@@ -132,3 +132,10 @@
|
||||
(defun connect-borg ()
|
||||
(interactive)
|
||||
(dired "/ssh:root@207.66.177.26#46668:/"))
|
||||
|
||||
(setq backup-directory-alist '(("." . "~/.dotfiles/.config/emacs/backups")))
|
||||
|
||||
(customize-set-variable
|
||||
'tramp-backup-directory-alist backup-directory-alist)
|
||||
|
||||
(setq tramp-auto-save-directory "~/.dotfiles/.config/emacs/remote-backups/")
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
^/.*\.org
|
||||
LICENSE
|
||||
README:
|
||||
.gitignore
|
||||
.gitmodules
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#+title: Emacs Custom Configuration File
|
||||
#+PROPERTY: header-args:emacs-lisp :tangle /home/ry/.dotfiles/.config/emacs/init.el
|
||||
#+PROPERTY: header-args:emacs-lisp :tangle ~/.dotfiles/.config/doom/config.el
|
||||
|
||||
* Preface
|
||||
|
||||
@@ -256,10 +256,12 @@ Since we don't want to have to manually use the org-babel-tangle function everyt
|
||||
|
||||
* Change Auto-Save Directory
|
||||
|
||||
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(add-to-list 'backup-directory-alist
|
||||
(cons "." "~/.dotfiles/.config/emacs/backup/"))
|
||||
(setq backup-directory-alist '(("." . "~/.dotfiles/.config/emacs/backups")))
|
||||
|
||||
(customize-set-variable
|
||||
'tramp-backup-directory-alist backup-directory-alist)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user