dotemacs

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

ace-window-autoloads.el (2842B)


      1 ;;; ace-window-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 ace-window.el
     13 
     14 (autoload 'ace-select-window "ace-window" "\
     15 Ace select window." t)
     16 (autoload 'ace-delete-window "ace-window" "\
     17 Ace delete window." t)
     18 (autoload 'ace-swap-window "ace-window" "\
     19 Ace swap window." t)
     20 (autoload 'ace-delete-other-windows "ace-window" "\
     21 Ace delete other windows." t)
     22 (autoload 'ace-display-buffer "ace-window" "\
     23 Make `display-buffer' and `pop-to-buffer' select using `ace-window'.
     24 See sample config for `display-buffer-base-action' and `display-buffer-alist':
     25 https://github.com/abo-abo/ace-window/wiki/display-buffer.
     26 
     27 (fn BUFFER ALIST)")
     28 (autoload 'ace-window "ace-window" "\
     29 Select a window.
     30 Perform an action based on ARG described below.
     31 
     32 By default, behaves like extended `other-window'.
     33 See `aw-scope' which extends it to work with frames.
     34 
     35 Prefixed with one \\[universal-argument], does a swap between the
     36 selected window and the current window, so that the selected
     37 buffer moves to current window (and current buffer moves to
     38 selected window).
     39 
     40 Prefixed with two \\[universal-argument]'s, deletes the selected
     41 window.
     42 
     43 (fn ARG)" t)
     44 (defvar ace-window-display-mode nil "\
     45 Non-nil if Ace-Window-Display mode is enabled.
     46 See the `ace-window-display-mode' command
     47 for a description of this minor mode.
     48 Setting this variable directly does not take effect;
     49 either customize it (see the info node `Easy Customization')
     50 or call the function `ace-window-display-mode'.")
     51 (custom-autoload 'ace-window-display-mode "ace-window" nil)
     52 (autoload 'ace-window-display-mode "ace-window" "\
     53 Minor mode for showing the ace window key in the mode line.
     54 
     55 This is a global minor mode.  If called interactively, toggle the
     56 `Ace-Window-Display mode' mode.  If the prefix argument is
     57 positive, enable the mode, and if it is zero or negative, disable
     58 the mode.
     59 
     60 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     61 the mode if ARG is nil, omitted, or is a positive number.
     62 Disable the mode if ARG is a negative number.
     63 
     64 To check whether the minor mode is enabled in the current buffer,
     65 evaluate `(default-value \\='ace-window-display-mode)'.
     66 
     67 The mode's hook is called both when the mode is enabled and when
     68 it is disabled.
     69 
     70 (fn &optional ARG)" t)
     71 (register-definition-prefixes "ace-window" '("ace-window-mode" "aw-"))
     72 
     73 ;;; End of scraped data
     74 
     75 (provide 'ace-window-autoloads)
     76 
     77 ;; Local Variables:
     78 ;; version-control: never
     79 ;; no-byte-compile: t
     80 ;; no-update-autoloads: t
     81 ;; no-native-compile: t
     82 ;; coding: utf-8-emacs-unix
     83 ;; End:
     84 
     85 ;;; ace-window-autoloads.el ends here