Created
April 10, 2010 03:55
-
-
Save k1LoW/361808 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(defcustom historyf-major-modes | |
'(emacs-lisp-mode | |
lisp-interaction-mode | |
c-mode cc-mode c++-mode java-mode | |
perl-mode cperl-mode python-mode ruby-mode | |
ecmascript-mode javascript-mode js2-mode php-mode css-mode | |
makefile-mode sh-mode fortran-mode f90-mode ada-mode | |
xml-mode sgml-mode) | |
"Target major-mode." | |
:type 'list | |
:group 'historyf) | |
(defcustom historyf-minor-modes | |
'(cake) | |
"Target minor-mode." | |
:type 'list | |
:group 'historyf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment