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
6be7d8db
Commit
6be7d8db
authored
Mar 06, 2005
by
Richard M. Stallman
Browse files
(global-map): Bind M-o, not M-g.
parent
bf7970c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/facemenu.el
lisp/facemenu.el
+4
-4
No files found.
lisp/facemenu.el
View file @
6be7d8db
...
...
@@ -39,8 +39,8 @@
;; modifications before inserting or typing anything.
;;
;; Faces can be selected from the keyboard as well.
;; The standard keybindings are M-
g
(or ESC
g
) + letter:
;; M-
g
i = "set italic", M-
g
b = "set bold", etc.
;; The standard keybindings are M-
o
(or ESC
o
) + letter:
;; M-
o
i = "set italic", M-
o
b = "set bold", etc.
;;; Customization:
;; An alternative set of keybindings that may be easier to type can be set up
...
...
@@ -91,12 +91,12 @@
(
require
'button
))
;;; Provide some binding for startup:
;;;###autoload (define-key global-map "\M-
g
" 'facemenu-keymap)
;;;###autoload (define-key global-map "\M-
o
" 'facemenu-keymap)
;;;###autoload (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
;; Global bindings:
(
define-key
global-map
[C-down-mouse-2]
'facemenu-menu
)
(
define-key
global-map
"\M-
g
"
'facemenu-keymap
)
(
define-key
global-map
"\M-
o
"
'facemenu-keymap
)
(
defgroup
facemenu
nil
"Create a face menu for interactively adding fonts to text"
...
...
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