Don't set the region face background.
This commit is contained in:
parent
17efd58d9d
commit
aa36cda6de
1 changed files with 0 additions and 10 deletions
|
@ -399,14 +399,6 @@ The properties returned may include `top', `left', `height', and `width'."
|
|||
(set-terminal-parameter frame 'x-setup-function-keys t)))
|
||||
|
||||
|
||||
|
||||
;; Must come after keybindings.
|
||||
|
||||
;; (fmakunbound 'clipboard-yank)
|
||||
;; (fmakunbound 'clipboard-kill-ring-save)
|
||||
;; (fmakunbound 'clipboard-kill-region)
|
||||
;; (fmakunbound 'menu-bar-enable-clipboard)
|
||||
|
||||
;; Add a couple of menus and rearrange some others; easiest just to redo toplvl
|
||||
;; Note keymap defns must be given last-to-first
|
||||
(define-key global-map [menu-bar] (make-sparse-keymap "menu-bar"))
|
||||
|
@ -1077,8 +1069,6 @@ On Nextstep, put TEXT in the pasteboard; PUSH is ignored."
|
|||
(interactive)
|
||||
(insert (ns-get-cut-buffer-internal 'SECONDARY)))
|
||||
|
||||
(set-face-background 'region "ns_selection_color")
|
||||
|
||||
|
||||
|
||||
;;;; Scrollbar handling.
|
||||
|
|
Loading…
Add table
Reference in a new issue