dotemacs

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

marginalia-autoloads.el (1816B)


      1 ;;; marginalia-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 marginalia.el
     13 
     14 (defvar marginalia-mode nil "\
     15 Non-nil if Marginalia mode is enabled.
     16 See the `marginalia-mode' command
     17 for a description of this minor mode.
     18 Setting this variable directly does not take effect;
     19 either customize it (see the info node `Easy Customization')
     20 or call the function `marginalia-mode'.")
     21 (custom-autoload 'marginalia-mode "marginalia" nil)
     22 (autoload 'marginalia-mode "marginalia" "\
     23 Annotate completion candidates with richer information.
     24 
     25 This is a global minor mode.  If called interactively, toggle the
     26 `Marginalia mode' mode.  If the prefix argument is positive,
     27 enable the mode, and if it is zero or negative, disable the mode.
     28 
     29 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     30 the mode if ARG is nil, omitted, or is a positive number.
     31 Disable the mode if ARG is a negative number.
     32 
     33 To check whether the minor mode is enabled in the current buffer,
     34 evaluate `(default-value \\='marginalia-mode)'.
     35 
     36 The mode's hook is called both when the mode is enabled and when
     37 it is disabled.
     38 
     39 (fn &optional ARG)" t)
     40 (autoload 'marginalia-cycle "marginalia" "\
     41 Cycle between annotators in `marginalia-annotator-registry'." t)
     42 (register-definition-prefixes "marginalia" '("marginalia-"))
     43 
     44 ;;; End of scraped data
     45 
     46 (provide 'marginalia-autoloads)
     47 
     48 ;; Local Variables:
     49 ;; version-control: never
     50 ;; no-byte-compile: t
     51 ;; no-update-autoloads: t
     52 ;; no-native-compile: t
     53 ;; coding: utf-8-emacs-unix
     54 ;; End:
     55 
     56 ;;; marginalia-autoloads.el ends here