config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

rainbow-mode-autoloads.el (1408B)


      1 ;;; rainbow-mode-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from rainbow-mode.el
     13 
     14 (autoload 'rainbow-mode "rainbow-mode" "\
     15 Colorize strings that represent colors.
     16 
     17 This will fontify with colors the string like \"#aabbcc\" or \"blue\".
     18 
     19 This is a minor mode.  If called interactively, toggle the
     20 `Rainbow mode' mode.  If the prefix argument is positive, enable
     21 the mode, and if it is zero or negative, disable the mode.
     22 
     23 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     24 the mode if ARG is nil, omitted, or is a positive number.
     25 Disable the mode if ARG is a negative number.
     26 
     27 To check whether the minor mode is enabled in the current buffer,
     28 evaluate `rainbow-mode'.
     29 
     30 The mode's hook is called both when the mode is enabled and when
     31 it is disabled.
     32 
     33 (fn &optional ARG)" t)
     34 (register-definition-prefixes "rainbow-mode" '("rainbow-"))
     35 
     36 ;;; End of scraped data
     37 
     38 (provide 'rainbow-mode-autoloads)
     39 
     40 ;; Local Variables:
     41 ;; version-control: never
     42 ;; no-byte-compile: t
     43 ;; no-update-autoloads: t
     44 ;; no-native-compile: t
     45 ;; coding: utf-8-emacs-unix
     46 ;; End:
     47 
     48 ;;; rainbow-mode-autoloads.el ends here