From 4a3b29159a68a68588b6972b8911c727cc4300d2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Mar 2020 17:28:20 +0200 Subject: Change: emacs to enable tramp --- emacs | 8 ++++++++ gitconfig-wmf | 3 +++ 2 files changed, 11 insertions(+) diff --git a/emacs b/emacs index 088d581..7fd6656 100644 --- a/emacs +++ b/emacs @@ -24,6 +24,11 @@ ) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Tramp +(require 'tramp) +(customize-set-variable 'tramp-default-method "ssh") + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Magit (global-set-key (kbd "C-x g") 'magit-status) @@ -165,6 +170,9 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(column-number-mode t) + '(package-selected-packages + (quote + (yaml-mode tabbar session pod-mode muttrc-mode mutt-alias markdown-mode magit initsplit htmlize graphviz-dot-mode go-mode folding eproject diminish debian-el csv-mode browse-kill-ring boxquote bm bar-cursor apache-mode ahungry-theme))) '(tool-bar-mode nil) '(truncate-lines t)) (custom-set-faces diff --git a/gitconfig-wmf b/gitconfig-wmf index f1ac3db..15fa3c1 100644 --- a/gitconfig-wmf +++ b/gitconfig-wmf @@ -15,3 +15,6 @@ [url "ssh://liw@gerrit.wikimedia.org:29418/"] pushInsteadOf = https://gerrit.wikimedia.org/r/ +[review] + remote = origin + username = liw -- cgit v1.2.1