From bb80ed6ee4c6064a79f17960f5e491643f16d7d4 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 23 Oct 2019 22:40:39 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index d10f81d..c195311 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -713,6 +713,7 @@ Will prompt you shell name when you type `C-u' before this command." t) (quote (("gnu" . "https://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/")))) + '(package-selected-packages (quote (cargo toml-mode rust-mode))) '(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil)))) '(riece-layout "default") '(riece-layout-alist @@ -734,7 +735,7 @@ Will prompt you shell name when you type `C-u' before this command." t) '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo")))) '(select-enable-clipboard t) '(session-use-package t nil (session)) - '(tramp-auto-save-directory "/tmp/tramp-auto-save" nil (tramp)) + '(tramp-auto-save-directory "/tmp/tramp-auto-save") '(tramp-completion-reread-directory-timeout 2 nil (tramp)) '(tramp-default-host "localhost" nil (tramp)) '(tramp-default-method "sshx" nil (tramp)) -- 2.40.0