Skip to content

Commit aebf4dd

Browse files
committed
Remove README and expand header of clojure-mode.el.
1 parent 93ad64c commit aebf4dd

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

README

Lines changed: 0 additions & 7 deletions
This file was deleted.

clojure-mode.el

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
1-
;;; clojure-mode.el -- Major mode for Clojure code
1+
;;; clojure-mode.el --- Major mode for Clojure code
22

3-
;; Copyright (C) 2008 Jeffrey Chu
4-
;;
5-
;; Author: Jeffrey Chu <[email protected]>
6-
;;
7-
;; Originally by: Lennart Staflin <[email protected]>
8-
;; Copyright (C) 2007, 2008 Lennart Staflin
3+
;; Copyright (C) 2007, 2008 Jeffrey Chu and Lennart Staflin
94
;;
5+
;; Authors: Jeffrey Chu <[email protected]>
6+
;; Lennart Staflin <[email protected]>
7+
;; URL: http://www.emacswiki.org/cgi-bin/wiki/ClojureMode
8+
;; Version: 1.0
9+
;; Created: Tue Feb 12 22:51:41 2008 -0800
10+
;; Keywords: languages, lisp
11+
12+
;; This file is not part of GNU Emacs.
13+
14+
;;; Commentary:
15+
16+
;; Provides font-lock, indentation, and functions for communication
17+
;; with subprocesses for Clojure. (http://clojure.org)
18+
19+
;;; Installation:
20+
21+
;; (0) Add this file to your load-path.
22+
;; (1) Either:
23+
;; Add these lines to your .emacs:
24+
;; (autoload 'clojure-mode "clojure-mode" "A major mode for Clojure" t)
25+
;; (add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode))
26+
;; Or generate autoloads with the `update-directory-autoloads' function.
27+
28+
;;; License:
29+
1030
;; This program is free software; you can redistribute it and/or
1131
;; modify it under the terms of the GNU General Public License
1232
;; as published by the Free Software Foundation; either version 3

0 commit comments

Comments
 (0)