dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

prism-autoloads.el (2194B)


      1 ;;; prism-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 prism.el
     13 
     14 (autoload 'prism-mode "prism" "\
     15 Disperse code into a spectrum of colors according to depth.
     16 
     17 Depth is determined by list nesting.  Suitable for Lisp, C-like
     18 languages, etc.
     19 
     20 This is a minor mode.  If called interactively, toggle the `Prism
     21 mode' mode.  If the prefix argument is positive, enable the mode,
     22 and if it is zero or negative, disable the mode.
     23 
     24 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     25 the mode if ARG is nil, omitted, or is a positive number.
     26 Disable the mode if ARG is a negative number.
     27 
     28 To check whether the minor mode is enabled in the current buffer,
     29 evaluate `prism-mode'.
     30 
     31 The mode's hook is called both when the mode is enabled and when
     32 it is disabled.
     33 
     34 (fn &optional ARG)" t)
     35 (autoload 'prism-whitespace-mode "prism" "\
     36 Disperse code into a spectrum of colors according to depth.
     37 
     38 Depth is determined by indentation and list nesting.  Suitable
     39 for whitespace-sensitive languages like Python, Haskell, shell,
     40 etc.
     41 
     42 This is a minor mode.  If called interactively, toggle the
     43 `Prism-Whitespace mode' mode.  If the prefix argument is
     44 positive, enable the mode, and if it is zero or negative, disable
     45 the mode.
     46 
     47 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     48 the mode if ARG is nil, omitted, or is a positive number.
     49 Disable the mode if ARG is a negative number.
     50 
     51 To check whether the minor mode is enabled in the current buffer,
     52 evaluate `prism-whitespace-mode'.
     53 
     54 The mode's hook is called both when the mode is enabled and when
     55 it is disabled.
     56 
     57 (fn &optional ARG)" t)
     58 (register-definition-prefixes "prism" '("prism-"))
     59 
     60 ;;; End of scraped data
     61 
     62 (provide 'prism-autoloads)
     63 
     64 ;; Local Variables:
     65 ;; version-control: never
     66 ;; no-byte-compile: t
     67 ;; no-update-autoloads: t
     68 ;; no-native-compile: t
     69 ;; coding: utf-8-emacs-unix
     70 ;; End:
     71 
     72 ;;; prism-autoloads.el ends here