diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·33-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·45-0500 |
commit | 481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch) | |
tree | 3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/tramp | |
parent | 18b9930b8604134f087ca61fe94740b31f94327c (diff) |
Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
Diffstat (limited to 'configs/shared/emacs/.emacs.d/tramp')
-rw-r--r-- | configs/shared/emacs/.emacs.d/tramp | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/configs/shared/emacs/.emacs.d/tramp b/configs/shared/emacs/.emacs.d/tramp new file mode 100644 index 000000000000..dcbfb28ed02f --- /dev/null +++ b/configs/shared/emacs/.emacs.d/tramp @@ -0,0 +1,42 @@ +;; -*- emacs-lisp -*- <18/11/04 17:19:20 /home/wpcarro/.emacs.d/tramp> +;; Tramp connection history. Don't change this file. +;; You can delete it, forcing Tramp to reapply the checks. + +((["sudo" "root" "nixos" nil nil] + ("uname" "Linux 4.14.71") + ("locale" "LC_ALL=en_US.utf8") + ("test" "test") + ("remote-path" + ("/run/current-system/sw/bin" "/bin" "/usr/bin")) + ("remote-shell" "/bin/sh") + ("readlink" "\\readlink") + ("stat" nil) + ("perl-file-spec" t) + ("perl-cwd-realpath" t) + ("perl" "\\perl") + ("id" "/run/current-system/sw/bin/id") + ("gid-integer" 0) + ("file-exists" "test -e") + ("gid-string" "root") + ("uid-integer" 0) + ("git" "\\git") + ("~root" "/root") + ("env-u-option" t)) + (["ssh" nil "chords" nil nil] + ("uname" "Linux 4.4.0-138-generic") + ("locale" "LC_ALL=en_US.utf8") + ("test" "test") + ("remote-path" + ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin")) + ("remote-shell" "/bin/sh") + ("readlink" "\\readlink") + ("stat" nil) + ("perl-file-spec" t) + ("perl-cwd-realpath" t) + ("perl" "\\perl") + ("id" "/usr/bin/id") + ("gid-integer" 0) + ("gid-string" "root") + ("file-exists" "test -e") + ("ls" "/bin/ls --color=never") + ("ls-dired" t))) |