config

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

toc-org-autoloads.el (1371B)


      1 ;;; toc-org-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 toc-org.el
     13 
     14 (autoload 'toc-org-enable "toc-org" "\
     15 Enable toc-org in this buffer.")
     16 (autoload 'toc-org-mode "toc-org" "\
     17 Toggle `toc-org' in this buffer.
     18 
     19 This is a minor mode.  If called interactively, toggle the
     20 `Toc-Org 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 `toc-org-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 "toc-org" '("toc-org-"))
     35 
     36 ;;; End of scraped data
     37 
     38 (provide 'toc-org-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 ;;; toc-org-autoloads.el ends here