@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

2018-12-01から1ヶ月間の記事一覧

git remoteにssh接続するときに秘密鍵を指定する

ssh接続するコマンドを環境変数に指定すればよい。 GIT_SSH_COMMAND="ssh -i /path/to/id_rsa-for-remote -F /dev/null" git ... ... の部分は clone なり push origin branch なりgitサブコマンドを指定する。

bm.elからbm-saveがなくなっていたので作成

対応する関数を束ねた関数を作って対応した。 (defun bm-save () (bm-buffer-save-all) (bm-repository-save))