Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/improve headers #13

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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