Skip to content

Commit

Permalink
forge-post-section-map: Move definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 3, 2023
1 parent 689cf3a commit a6c2126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ an error. If NOT-THINGATPT is non-nil, then don't use

;;; Mode

(defvar-keymap forge-post-section-map
"<remap> <magit-edit-thing>" #'forge-edit-post
"C-c C-k" #'forge-delete-comment)

(defvar-keymap forge-topic-mode-map
"C-c C-n" #'forge-create-post
"C-c C-r" #'forge-create-post
Expand All @@ -437,10 +441,6 @@ an error. If NOT-THINGATPT is non-nil, then don't use
forge-insert-topic-assignees
forge-insert-topic-review-requests))

(defvar-keymap forge-post-section-map
"<remap> <magit-edit-thing>" #'forge-edit-post
"C-c C-k" #'forge-delete-comment)

(defvar-local forge-buffer-topic nil)
(defvar-local forge-buffer-topic-ident nil)

Expand Down

0 comments on commit a6c2126

Please sign in to comment.