Update config.el

Fixed the error of removing the `q` keybinding.
This commit is contained in:
Edmund Miller 2018-04-16 09:56:32 -05:00 committed by GitHub
parent 793b94a937
commit b8c0491245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)