Skip to content

Instantly share code, notes, and snippets.

@k1LoW
Created April 10, 2010 03:55
Show Gist options
  • Save k1LoW/361808 to your computer and use it in GitHub Desktop.
Save k1LoW/361808 to your computer and use it in GitHub Desktop.
(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