From: PHO Date: Wed, 23 Oct 2019 09:18:25 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=ba3b44b5a3e1f1f775b99130246c5754dfd1fd54 Auto commit by The Sugar System. --- diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 27bd7e5..8da20ab 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -703,6 +703,10 @@ Will prompt you shell name when you type `C-u' before this command." t) '(nxml-auto-insert-xml-declaration-flag t) '(nxml-slash-auto-complete-flag t) '(org-replace-disputed-keys t) + '(package-archives + (quote + (("gnu" . "https://elpa.gnu.org/packages/") + ("melpa" . "https://melpa.org/packages/")))) '(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil)))) '(riece-layout "default") '(riece-layout-alist @@ -723,7 +727,8 @@ Will prompt you shell name when you type `C-u' before this command." t) '(rst-level-face-base-light 50) '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo")))) '(select-enable-clipboard t) - '(tramp-auto-save-directory "/tmp/tramp-auto-save") + '(session-use-package t nil (session)) + '(tramp-auto-save-directory "/tmp/tramp-auto-save" nil (tramp)) '(tramp-completion-reread-directory-timeout 2 nil (tramp)) '(tramp-default-host "localhost" nil (tramp)) '(tramp-default-method "sshx" nil (tramp))