-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Daniel Dehennin’s header edits
Closes #13
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,15 @@ | |
;; Author: John Croisant <[email protected]> | ||
;; Joel C. Salomon <[email protected]> | ||
;; Alan Pearce <[email protected]> | ||
;; 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 | ||
|
@@ -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: | ||
;; | ||
|
@@ -83,7 +91,7 @@ | |
;; | ||
;; Modification history is at <https://github.com/jcsalomon/smarttabs>. | ||
|
||
;;;; Code: | ||
;;; Code: | ||
|
||
(require 'advice) | ||
|
||
|