config

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

eshell-vterm-autoloads.el (1743B)


      1 ;;; eshell-vterm-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 eshell-vterm.el
     13 
     14 (defvar eshell-vterm-mode nil "\
     15 Non-nil if Eshell-Vterm mode is enabled.
     16 See the `eshell-vterm-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 `eshell-vterm-mode'.")
     21 (custom-autoload 'eshell-vterm-mode "eshell-vterm" nil)
     22 (autoload 'eshell-vterm-mode "eshell-vterm" "\
     23 Use Vterm for eshell visual commands.
     24 
     25 This is a global minor mode.  If called interactively, toggle the
     26 `Eshell-Vterm 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 \\='eshell-vterm-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 (register-definition-prefixes "eshell-vterm" '("eshell-vterm-"))
     41 
     42 ;;; End of scraped data
     43 
     44 (provide 'eshell-vterm-autoloads)
     45 
     46 ;; Local Variables:
     47 ;; version-control: never
     48 ;; no-byte-compile: t
     49 ;; no-update-autoloads: t
     50 ;; no-native-compile: t
     51 ;; coding: utf-8-emacs-unix
     52 ;; End:
     53 
     54 ;;; eshell-vterm-autoloads.el ends here