mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update config.el
Fixed the error of removing the `q` keybinding.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
(pdf-tools-install))
|
||||
|
||||
(map! (:map (pdf-view-mode-map)
|
||||
:n "q" #'kill-this-buffer
|
||||
:n doom-leader-key nil))
|
||||
|
||||
(setq-default pdf-view-display-size 'fit-page)
|
||||
|
Reference in New Issue
Block a user