From 17ee0e400bef47c371afcae76037f9ea6a44ad13 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 10 Sep 2018 14:51:14 -0400 Subject: Support Vim, Tmux, Emacs with Stow After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview. --- .../elpa/emojify-20180611.838/emojify-autoloads.el | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 configs/shared/emacs/.emacs.d/elpa/emojify-20180611.838/emojify-autoloads.el (limited to 'configs/shared/emacs/.emacs.d/elpa/emojify-20180611.838/emojify-autoloads.el') diff --git a/configs/shared/emacs/.emacs.d/elpa/emojify-20180611.838/emojify-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/emojify-20180611.838/emojify-autoloads.el new file mode 100644 index 000000000000..ae187d4f6953 --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/emojify-20180611.838/emojify-autoloads.el @@ -0,0 +1,95 @@ +;;; emojify-autoloads.el --- automatically extracted autoloads +;; +;;; Code: +(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) + +;;;### (autoloads nil "emojify" "emojify.el" (23377 61594 479878 +;;;;;; 475000)) +;;; Generated autoloads from emojify.el + +(autoload 'emojify-set-emoji-styles "emojify" "\ +Set the type of emojis that should be displayed. + +STYLES is the styles emoji styles that should be used, see `emojify-emoji-styles' + +\(fn STYLES)" nil nil) + +(autoload 'emojify-mode "emojify" "\ +Emojify mode + +\(fn &optional ARG)" t nil) + +(defvar global-emojify-mode nil "\ +Non-nil if Global Emojify mode is enabled. +See the `global-emojify-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 `global-emojify-mode'.") + +(custom-autoload 'global-emojify-mode "emojify" nil) + +(autoload 'global-emojify-mode "emojify" "\ +Toggle Emojify mode in all buffers. +With prefix ARG, enable Global Emojify mode if ARG is positive; +otherwise, disable it. If called from Lisp, enable the mode if +ARG is omitted or nil. + +Emojify mode is enabled in all buffers where +`emojify-mode' would do it. +See `emojify-mode' for more information on Emojify mode. + +\(fn &optional ARG)" t nil) + +(autoload 'emojify-mode-line-mode "emojify" "\ +Emojify mode line + +\(fn &optional ARG)" t nil) + +(defvar global-emojify-mode-line-mode nil "\ +Non-nil if Global Emojify-Mode-Line mode is enabled. +See the `global-emojify-mode-line-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 `global-emojify-mode-line-mode'.") + +(custom-autoload 'global-emojify-mode-line-mode "emojify" nil) + +(autoload 'global-emojify-mode-line-mode "emojify" "\ +Toggle Emojify-Mode-Line mode in all buffers. +With prefix ARG, enable Global Emojify-Mode-Line mode if ARG is positive; +otherwise, disable it. If called from Lisp, enable the mode if +ARG is omitted or nil. + +Emojify-Mode-Line mode is enabled in all buffers where +`emojify-mode-line-mode' would do it. +See `emojify-mode-line-mode' for more information on Emojify-Mode-Line mode. + +\(fn &optional ARG)" t nil) + +(autoload 'emojify-apropos-emoji "emojify" "\ +Show Emojis that match PATTERN. + +\(fn PATTERN)" t nil) + +(autoload 'emojify-insert-emoji "emojify" "\ +Interactively prompt for Emojis and insert them in the current buffer. + +This respects the `emojify-emoji-styles' variable. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads nil nil ("emojify-pkg.el") (23377 61594 478542 +;;;;;; 309000)) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: +;;; emojify-autoloads.el ends here -- cgit 1.4.1