From 6b456c1b7a4f6899f063a6e65355af51901d9c7a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 9 Oct 2019 12:13:56 +0100 Subject: Massive configuration overhaul Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs --- configs/shared/emacs/.emacs.d/tramp | 42 ------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 configs/shared/emacs/.emacs.d/tramp (limited to 'configs/shared/emacs/.emacs.d/tramp') diff --git a/configs/shared/emacs/.emacs.d/tramp b/configs/shared/emacs/.emacs.d/tramp deleted file mode 100644 index dcbfb28ed02f..000000000000 --- a/configs/shared/emacs/.emacs.d/tramp +++ /dev/null @@ -1,42 +0,0 @@ -;; -*- 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))) -- cgit 1.4.1