mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Bind "C-x #" in a way that works even if C-x is redefined to a command key,
not a prefix key.
This commit is contained in:
parent
2e9c1c6def
commit
772c5eb74c
@ -625,7 +625,7 @@ Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it."
|
||||
;; a minibuffer/dedicated-window (if there's no other).
|
||||
(error (pop-to-buffer next-buffer)))))))))
|
||||
|
||||
(global-set-key "\C-x#" 'server-edit)
|
||||
(define-key ctl-x-map "#" 'server-edit)
|
||||
|
||||
(defun server-unload-hook ()
|
||||
(server-start t)
|
||||
|
Loading…
Reference in New Issue
Block a user