Several changes for clemacs, added auto-complete, dunno how hooking rainbowmode to conf mode works

This commit is contained in:
TuDatTr
2018-01-19 06:50:57 +01:00
parent 6b96a115a4
commit 7165004c23
8 changed files with 85 additions and 24 deletions

20
emacs/.emacs.d/tramp Normal file
View File

@@ -0,0 +1,20 @@
;; -*- emacs-lisp -*- <18/01/15 17:18:27 /home/tuan/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
((["ssh" "infra" "mx" nil nil]
("uname" "Linux 4.4.0-109-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" 1000)
("gid-string" "infra")
("file-exists" "test -e")))