Skip to content

Commit

Permalink
Add simple workaround to ebib kill buffer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dalanicolai committed Sep 15, 2021
1 parent 663cfc5 commit 364fdd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layers/+lang/bibtex/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@

"gj" 'ebib-jump-to-entry
"/" 'ebib-search
"n" 'ebib-search-next)
"n" 'ebib-search-next
;; the following binding is a simple workaround for
;; https://github.com/joostkremers/ebib/issues/213
[remap spacemacs/kill-this-buffer] 'ebib-quit)

(spacemacs/set-leader-keys-for-major-mode 'ebib-index-mode
"j" 'ebib-jump-to-entry
Expand Down

0 comments on commit 364fdd7

Please sign in to comment.