third
This commit is contained in:
@@ -132,3 +132,10 @@
|
|||||||
(defun connect-borg ()
|
(defun connect-borg ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(dired "/ssh:root@207.66.177.26#46668:/"))
|
(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
|
^/.*\.org
|
||||||
LICENSE
|
LICENSE
|
||||||
README:
|
README:
|
||||||
|
.gitignore
|
||||||
|
.gitmodules
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#+title: Emacs Custom Configuration File
|
#+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
|
* 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
|
* Change Auto-Save Directory
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(add-to-list 'backup-directory-alist
|
(setq backup-directory-alist '(("." . "~/.dotfiles/.config/emacs/backups")))
|
||||||
(cons "." "~/.dotfiles/.config/emacs/backup/"))
|
|
||||||
(customize-set-variable
|
(customize-set-variable
|
||||||
'tramp-backup-directory-alist backup-directory-alist)
|
'tramp-backup-directory-alist backup-directory-alist)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user