Skip to content

Commit

Permalink
Merge Daniel Dehennin’s header edits
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
jcsalomon committed Aug 3, 2012
2 parents 9e37d85 + dc3958a commit 4de7c11
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions smart-tabs-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
;; Author: John Croisant <jacius@gmail.com>
;; Joel C. Salomon <joelcsalomon@gmail.com>
;; Alan Pearce <alan@alanpearce.co.uk>
;; URL: http://www.emacswiki.org/emacs/SmartTabs
;; Created: 19 Sep 2011
;; Version: 0.1
;; Keywords: languages

;; This file is not part of GNU Emacs.

;;; License:

;; This file is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 2 of the License, or
Expand All @@ -27,7 +30,12 @@
;; along with this file. If not, see <http://www.gnu.org/licenses/>.

;;; Commentary:
;;

;; This package provide a semantic way of using tab characters in
;; source code: tabs for indentation, spaces for alignment.

;;; Installation:

;; To use, save smart-tabs-mode.el to a a directory on your load-path
;; (e.g., ~/.emacs.d/elisp), then add the following to your .emacs file:
;;
Expand Down Expand Up @@ -83,7 +91,7 @@
;;
;; Modification history is at <https://github.com/jcsalomon/smarttabs>.

;;;; Code:
;;; Code:

(require 'advice)

Expand Down

0 comments on commit 4de7c11

Please sign in to comment.