Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6786cab2
Commit
6786cab2
authored
Apr 04, 2005
by
Lute Kamstra
Browse files
(iimage): New customization group.
(iimage-mode): Specify :group.
parent
b862cd15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
lisp/iimage.el
lisp/iimage.el
+7
-2
No files found.
lisp/iimage.el
View file @
6786cab2
;;; iimage.el --- Inline image minor mode.
;; Copyright (C) 2004 Free Software Foundation
;; Copyright (C) 2004
, 2005
Free Software Foundation
;; Author: KOSEKI Yoshinori <kose@meadowy.org>
;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org>
...
...
@@ -51,6 +51,11 @@
(
eval-when-compile
(
require
'image-file
))
(
defgroup
iimage
nil
"Support for inline images."
:version
"22.1"
:group
'image
)
(
defconst
iimage-version
"1.1"
)
(
defvar
iimage-mode
nil
)
(
defvar
iimage-mode-map
nil
)
...
...
@@ -137,7 +142,7 @@ With numeric ARG, display the images if and only if ARG is positive."
;;;###autoload
(
define-minor-mode
iimage-mode
"Toggle inline image minor mode."
nil
" iImg"
iimage-mode-map
:group
'iimage
:lighter
" iImg"
:keymap
iimage-mode-map
(
run-hooks
'iimage-mode-hook
)
(
iimage-mode-buffer
iimage-mode
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment