Files
dotfiles/emacs/.emacs.d/elpa/crux-20171230.1100/crux-autoloads.el
2018-01-09 04:40:58 +01:00

33 lines
966 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; crux-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "crux" "crux.el" (23124 14345 312067 205000))
;;; Generated autoloads from crux.el
(defvar crux-reopen-as-root-mode nil "\
Non-nil if Crux-Reopen-As-Root mode is enabled.
See the `crux-reopen-as-root-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `crux-reopen-as-root-mode'.")
(custom-autoload 'crux-reopen-as-root-mode "crux" nil)
(autoload 'crux-reopen-as-root-mode "crux" "\
Automatically reopen files as root if we can't write to them
as the current user.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; crux-autoloads.el ends here