summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-16 14:56:55 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-16 14:56:55 +0300
commit4615b8c1e5f77d120efdaaeb381d72fbcff12fd3 (patch)
tree1e753c7906a81ab50700339fad92b735c3dacb36 /emacs.d
parentaf62ad5ebbc49db118ad0f150e0bfc5620bbdb2c (diff)
downloadliw-dot-files-4615b8c1e5f77d120efdaaeb381d72fbcff12fd3.tar.gz
emacs: update
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/.lsp-session-v12
-rw-r--r--emacs.d/tramp24
2 files changed, 22 insertions, 4 deletions
diff --git a/emacs.d/.lsp-session-v1 b/emacs.d/.lsp-session-v1
index 9ca3f81..07d39a5 100644
--- a/emacs.d/.lsp-session-v1
+++ b/emacs.d/.lsp-session-v1
@@ -1 +1 @@
-#s(lsp-session ("/home/liw/pers/walkbench/walkbench" "/home/liw/pers/sshca/git" "/home/liw/pers/rust/sockaddr" "/home/liw/pers/ewww/git" "/home/liw/pers/clab/git" "/home/liw/tmp/toy" "/home/liw/tmp" "/home/liw/pers/subplot/git" "/home/liw/pers/jt/git" "/home/liw/pers/obnam/git" "/home/liw/pers/vmadm/git") nil #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ()) #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ()) #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())) \ No newline at end of file
+#s(lsp-session ("/home/liw/pers/obnam/checksum-concurrency" "/home/liw/pers/summain/git" "/home/liw/pers/subplot/git/subplotlib" "/home/liw/lwc" "/home/liw/lwc/sequoia/openpgp" "/home/liw/lwc/sequoia/ipc" "/home/liw/lwc/sequoia/sq" "/home/liw/pers/walkbench/walkbench" "/home/liw/pers/sshca/git" "/home/liw/pers/rust/sockaddr" "/home/liw/pers/ewww/git" "/home/liw/pers/clab/git" "/home/liw/tmp/toy" "/home/liw/tmp" "/home/liw/pers/subplot/git" "/home/liw/pers/jt/git" "/home/liw/pers/obnam/git" "/home/liw/pers/vmadm/git") nil #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ()) #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ()) #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())) \ No newline at end of file
diff --git a/emacs.d/tramp b/emacs.d/tramp
index ecdceb7..bf5dabe 100644
--- a/emacs.d/tramp
+++ b/emacs.d/tramp
@@ -1,6 +1,6 @@
-;; -*- emacs-lisp -*- <21/03/08 10:44:16 /home/liw/.emacs.d/tramp>
+;; -*- emacs-lisp -*- <21/07/30 19:12:34 /home/liw/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
-;; You can delete it, forcing Tramp to reapply the checks.
+;; Run `M-x tramp-cleanup-all-connections' instead.
(((tramp-file-name "ssh" nil nil "pieni.net" nil nil nil)
("uname" "Linux 4.19.0-8-amd64")
@@ -99,7 +99,25 @@
("id" "/bin/id")
("gid-integer" 1000)
("gid-string" "liw")
+ ("git" "\\git"))
+ ((tramp-file-name "ssh" nil nil "sequoia-dev" nil nil nil)
+ ("uname" "Linux 4.19.0-12-cloud-amd64")
+ ("locale" "LC_ALL=en_US.utf8")
+ ("test" "test")
+ ("remote-path"
+ ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
+ ("pipe-buf" 4096)
+ ("remote-shell" "/bin/sh")
+ ("~" "/home/liw")
+ ("file-exists" "test -e")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/bin/id")
+ ("gid-integer" 1001)
+ ("gid-string" "liw")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
- ("git" "\\git")))
+ ("git" "\\git")
+ ("env-u-option" t)))