From d77ab549cde9e0b8802122c6fec72a801ab37222 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 5 Jan 2021 11:48:00 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 77aa323..0e2ec90 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -700,7 +700,9 @@ 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))) + '(package-selected-packages + (quote + (undo-tree auto-complete typescript-mode cargo toml-mode rust-mode))) '(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil)))) '(riece-layout "default") '(riece-layout-alist @@ -725,7 +727,7 @@ Will prompt you shell name when you type `C-u' before this command." t) '(tramp-auto-save-directory "/tmp/tramp-auto-save") '(tramp-completion-reread-directory-timeout 2) '(tramp-default-host "localhost") - '(tramp-default-method "sshx" nil (tramp)) + '(tramp-default-method "sshx") '(uniquify-buffer-name-style (quote forward) nil (uniquify)) '(uniquify-trailing-separator-p t) '(vc-cvs-diff-switches (quote ("-u"))) -- 2.40.0