by shigemk2

当面は技術的なことしか書かない

2013-06-04から1日間の記事一覧

JSのインデント調整

How to change the indentation width in emacs javascript mode - Stack Overflow (setq js-indent-level 2)

scss-modeを搭載する

READMEそのまま antonj/scss-mode · GitHub git submodule add git://github.com/antonj/scss-mode.git;; scss-mode (add-to-list 'load-path (expand-file-name "~/.emacs.d/scss-mode/")) (autoload 'scss-mode "scss-mode") (add-to-list 'auto-mode-alis…

git blame

Git

manによると GIT-BLAME(1) git-blame - Show what revision and author last modified each line of a file 最後にそのコードを誰が修正したかを確認できる。 $ git blame hoge.htmlで、hoge.htmlのgit-blameが見れる色つき表示はないっぽい

magitでstash

magit.el を試してみた - gom68の日記magit-statusのchangesのとこで、zを押すと、stashされる。stashに説明をつけることもできるが、それはスルー(C-m)できるstashのところでA(aではない)を押すとstash popする

97 Things Every Programmer Should Know 87 Ubuntu Coding for Your Friends

SO OFTEN, WE WRITE CODE IN ISOLATION and that code reflects our personal interpretation of a problem, as well as a very personalized solution. It is easy to overlook the social side of software creation. Creating software is a technical ex…