Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.7 KiB

5 years ago
  1. ;;; disable-mouse-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "disable-mouse" "disable-mouse.el" (0 0 0 0))
  7. ;;; Generated autoloads from disable-mouse.el
  8. (autoload 'disable-mouse-mode "disable-mouse" "\
  9. Disable the mouse in the current buffer.
  10. You can still use the mouse to click into other buffers or
  11. interact with GUI elements such as divider lines.
  12. If called interactively, enable Disable-Mouse mode if ARG is
  13. positive, and disable it if ARG is zero or negative. If called
  14. from Lisp, also enable the mode if ARG is omitted or nil, and
  15. toggle it if ARG is `toggle'; disable the mode otherwise.
  16. \(fn &optional ARG)" t nil)
  17. (defvar global-disable-mouse-mode nil "\
  18. Non-nil if Global Disable-Mouse mode is enabled.
  19. See the `global-disable-mouse-mode' command
  20. for a description of this minor mode.")
  21. (custom-autoload 'global-disable-mouse-mode "disable-mouse" nil)
  22. (autoload 'global-disable-mouse-mode "disable-mouse" "\
  23. Disable the mouse globally.
  24. Interact with GUI elements such as divider lines will also be prevented.
  25. If called interactively, enable Global Disable-Mouse mode if ARG
  26. is positive, and disable it if ARG is zero or negative. If
  27. called from Lisp, also enable the mode if ARG is omitted or nil,
  28. and toggle it if ARG is `toggle'; disable the mode otherwise.
  29. \(fn &optional ARG)" t nil)
  30. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "disable-mouse" '("disable-mouse-" "global-disable-mouse-mode-")))
  31. ;;;***
  32. ;; Local Variables:
  33. ;; version-control: never
  34. ;; no-byte-compile: t
  35. ;; no-update-autoloads: t
  36. ;; coding: utf-8
  37. ;; End:
  38. ;;; disable-mouse-autoloads.el ends here