Skip to content

Commit

Permalink
key 'q' to kill archive file buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuldt committed May 7, 2018
1 parent 26e97cf commit c27508a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code-archive.el
Expand Up @@ -210,6 +210,11 @@ The point must be on the first line." ;;TODO: jump from anywhere in the source b
(goto-char 1)
(forward-line line))
(message "Original file does not exist"))
))
(local-set-key (kbd "q")
(lambda ()
(interactive)
(kill-buffer)
))))
(message "Error: no link info for codeblock id: %s" id)))))

Expand Down

0 comments on commit c27508a

Please sign in to comment.