From d774b0169784894dea7a81252505289ae7ffdbc5 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 14 Jan 2015 02:12:04 +0900 Subject: [PATCH] Fix indent --- README.md | 31 +++++++++++++++---------------- emacs.el | 1 + 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9216e92..67fdf03 100644 --- a/README.md +++ b/README.md @@ -41,35 +41,34 @@ Sourcing flow 1. $HOME/.profile -Sourced if: + Sourced if: -* currnet shell is login shell and - * (current shell is sh || - * (current shell is bash && $HOME/.bash_profile does not exist) || - * (current shell is zsh && $HOME/.zprofile does not exist)) + * currnet shell is login shell and + * (current shell is sh || + * (current shell is bash && $HOME/.bash_profile does not exist) || + * (current shell is zsh && $HOME/.zprofile does not exist)) -This file set ENV to $HOME/.shrc , which is loaded when sh is run interactively. -Add lines like `test -n "$BASH_VERSION" && . "$HOME/.bashrc"` . + This file set ENV to $HOME/.shrc , which is loaded when sh is run interactively. + Add lines like `test -n "$BASH_VERSION" && . "$HOME/.bashrc"` . -2.$HOME/{.bash_profile,.zprofile} - -Sourced if current shell is login shell and shell is bash or zsh. -Srouce $HOME/.profile . +2. $HOME/{.bash_profile,.zprofile} + Sourced if current shell is login shell and shell is bash or zsh. + Srouce $HOME/.profile . 3. $HOME/.shrc -Sourced through ENV when shell is sh, and $HOME/.{ba,z}shrc if bash or zsh -respectively. Source $HOME/.dotfiles/shrc . + Sourced through ENV when shell is sh, and $HOME/.{ba,z}shrc if bash or zsh + respectively. Source $HOME/.dotfiles/shrc . 4. $HOME/.{ba,z}shrc -Sourced when current shell is bash or zsh respectively and current shell is not -login shell. When current shell is login shell, these files are sourced -explicitly by $HOME/.profile . Source $HOME/.shrc . + Sourced when current shell is bash or zsh respectively and current shell is not + login shell. When current shell is login shell, these files are sourced + explicitly by $HOME/.profile . Source $HOME/.shrc . ``` diff --git a/emacs.el b/emacs.el index a6d41be..5ecbf89 100644 --- a/emacs.el +++ b/emacs.el @@ -1166,6 +1166,7 @@ found, otherwise returns nil." ;; http://www.emacswiki.org/emacs/IndentingC ;; http://en.wikipedia.org/wiki/Indent_style ;; http://d.hatena.ne.jp/emergent/20070203/1170512717 +;; http://seesaawiki.jp/whiteflare503/d/Emacs%20%a5%a4%a5%f3%a5%c7%a5%f3%a5%c8 (when (autoload-eval-lazily 'cc-vars nil (add-to-list 'c-default-style