Don't disable cua-mode in pdf-view-mode
This mode is global. We can't pretend it's buffer local.
This commit is contained in:
parent
53970b3a59
commit
82e45e756d
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,6 @@
|
||||||
props))))
|
props))))
|
||||||
(apply orig-fn args))))
|
(apply orig-fn args))))
|
||||||
|
|
||||||
;; Turn off cua so copy works
|
|
||||||
(add-hook! 'pdf-view-mode-hook (cua-mode 0))
|
|
||||||
|
|
||||||
;; Handle PDF-tools related popups better
|
;; Handle PDF-tools related popups better
|
||||||
(set-popup-rules!
|
(set-popup-rules!
|
||||||
'(("^\\*Outline*" :side right :size 40 :select nil)
|
'(("^\\*Outline*" :side right :size 40 :select nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue