Skip to content

Commit

Permalink
README tip hide compilation buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
antonj committed Jul 19, 2011
1 parent 0a8247b commit baa49a9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.org
Expand Up @@ -11,8 +11,8 @@
[[http://i.imgur.com/Wdokb.png]]

[[http://i.imgur.com/9ed6X.png]]
** Installation

** Installation
Command line utility sass is required, http://sass-lang.com/. Make
sure sass location is in emacs PATH, example:

Expand All @@ -26,3 +26,11 @@
: (add-to-list 'load-path (expand-file-name "~/.emacs.d/folder-where-you-put-scss-mode-el"))
: (autoload 'scss-mode "scss-mode")
: (add-to-list 'auto-mode-alist '("\\.scss\\'" . scss-mode))

** Tips
If you want to automatically hide the compilation buffer for every
successful compilation have a look at https://github.com/antonj/.emacs.d/blob/master/aj-compilation.el

All successful compilations in other modes are also hidden, except
for rgrep "compilations" where a successful compilation is what you
are interested in...

0 comments on commit baa49a9

Please sign in to comment.