Skip to content

Instantly share code, notes, and snippets.

View antonj's full-sized avatar

Anton Johansson antonj

View GitHub Profile
* {
margin: 0px;
padding: 0px;
}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin: 0;
padding: 0;
color: inherit;
font-family: inherit;
font-size: inherit;
@antonj
antonj / hindent-minor-mode.el
Created January 28, 2012 11:04 — forked from krestenkrab/hindent.el
hindent.el: Highlight indentation of current line
;;;
;;; Copyright (C) Kresten Krab Thorup
;;; Available under Apache License, Version 2.
;;;
;;;
;;; This minor mode will highlight the indentation of the current line
;;; as a vertical bar (grey background color) aligned with the column of the
;;; first character of the current line.
;;;