GitXplorerGitXplorer
F

highlight-quoted

public
41 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
24103478158cd19fbcfb4339a3f1fa1f054f1469

Merge pull request #2 from TheSuspiciousWombat/master

FFanael committed 9 years ago
Unverified
a3dbbedc2fdd302e2b8c26d653140b4b69e24dbb

added README.md

TTheSuspiciousWombat committed 9 years ago
Unverified
ec9108486cf7f21f9a0b13f81369849b3b525f1f

Use font-lock-fontify-buffer instead of reenabling font-lock-mode.

FFanael committed 10 years ago
Unverified
2102b6abf049a1f8dab913bba1a0ee692fb98042

Relicense to 2-clause BSD.

FFanael committed 10 years ago
Unverified
cdd7164f9ad3a9929387c08af641ef6f5f013f4f

Add autoload cookies.

FFanael committed 10 years ago
Unverified
cddc2764943a2dd2729da2aeedcc54e07440a427

Initial import.

FFanael committed 10 years ago

README

The README file for this repository.

Highlight quoted minor mode for Emacs

Activate it through a hook

(add-hook 'emacs-lisp-mode-hook 'highlight-quoted-mode)