Update config.el
Fix doom leader not working in pdf mode. Replaces SPC default that moves the document down a page.
This commit is contained in:
parent
a616f00670
commit
793b94a937
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
(unless noninteractive
|
||||
(pdf-tools-install))
|
||||
|
||||
(map! :map pdf-view-mode-map "q" #'kill-this-buffer)
|
||||
(map! (:map (pdf-view-mode-map)
|
||||
:n doom-leader-key nil))
|
||||
|
||||
(setq-default pdf-view-display-size 'fit-page)
|
||||
;; turn off cua so copy works
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue