trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
1
straight/build/emojify/data/emoji-sets.json
Symbolic link
1
straight/build/emojify/data/emoji-sets.json
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.emacs.d/straight/repos/emacs-emojify/data/emoji-sets.json
|
1
straight/build/emojify/data/emoji.json
Symbolic link
1
straight/build/emojify/data/emoji.json
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.emacs.d/straight/repos/emacs-emojify/data/emoji.json
|
133
straight/build/emojify/emojify-autoloads.el
Normal file
133
straight/build/emojify/emojify-autoloads.el
Normal file
|
@ -0,0 +1,133 @@
|
|||
;;; emojify-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||||
;;
|
||||
;;; Code:
|
||||
|
||||
|
||||
;;;### (autoloads nil "emojify" "emojify.el" (0 0 0 0))
|
||||
;;; 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
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Emojify mode' mode. If the prefix argument is positive, enable
|
||||
the mode, and if it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||||
the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate `emojify-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(put 'global-emojify-mode 'globalized-minor-mode t)
|
||||
|
||||
(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, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
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
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Emojify-Mode-Line mode' mode. If the prefix argument is
|
||||
positive, enable the mode, and if it is zero or negative, disable
|
||||
the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||||
the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate `emojify-mode-line-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(put 'global-emojify-mode-line-mode 'globalized-minor-mode t)
|
||||
|
||||
(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, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
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." t nil)
|
||||
|
||||
(register-definition-prefixes "emojify" '("emojify-"))
|
||||
|
||||
;;;***
|
||||
|
||||
(provide 'emojify-autoloads)
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; emojify-autoloads.el ends here
|
1
straight/build/emojify/emojify.el
Symbolic link
1
straight/build/emojify/emojify.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.emacs.d/straight/repos/emacs-emojify/emojify.el
|
BIN
straight/build/emojify/emojify.elc
Normal file
BIN
straight/build/emojify/emojify.elc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue