dotemacs

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

denote-refs-autoloads.el (1336B)


      1 ;;; denote-refs-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from denote-refs.el
     13 
     14 (autoload 'denote-refs-mode "denote-refs" "\
     15 Toggle showing links and backlinks in Denote notes.
     16 
     17 This is a minor mode.  If called interactively, toggle the
     18 `Denote-Refs mode' mode.  If the prefix argument is positive,
     19 enable the mode, and if it is zero or negative, disable the mode.
     20 
     21 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     22 the mode if ARG is nil, omitted, or is a positive number.
     23 Disable the mode if ARG is a negative number.
     24 
     25 To check whether the minor mode is enabled in the current buffer,
     26 evaluate `denote-refs-mode'.
     27 
     28 The mode's hook is called both when the mode is enabled and when
     29 it is disabled.
     30 
     31 (fn &optional ARG)" t)
     32 (register-definition-prefixes "denote-refs" '("denote-refs-"))
     33 
     34 ;;; End of scraped data
     35 
     36 (provide 'denote-refs-autoloads)
     37 
     38 ;; Local Variables:
     39 ;; version-control: never
     40 ;; no-byte-compile: t
     41 ;; no-update-autoloads: t
     42 ;; no-native-compile: t
     43 ;; coding: utf-8-emacs-unix
     44 ;; End:
     45 
     46 ;;; denote-refs-autoloads.el ends here