.emacs-my
changeset 62 2db4bb6186a8
parent 61 a097236bfd8e
child 63 35e8c02c513f
equal deleted inserted replaced
61:a097236bfd8e 62:2db4bb6186a8
   139 (setq default-input-method 'russian-computer)
   139 (setq default-input-method 'russian-computer)
   140 
   140 
   141 ;; (pc-bindings-mode) ; Myself define keybinding, see
   141 ;; (pc-bindings-mode) ; Myself define keybinding, see
   142 ;; Настройка выделения "как в Windows"
   142 ;; Настройка выделения "как в Windows"
   143 (setq pc-select-selection-keys-only t)  ; to avoid some key bindings as F6, etc
   143 (setq pc-select-selection-keys-only t)  ; to avoid some key bindings as F6, etc
   144 (pc-selection-mode)     ; This mode enables Delete Selection mode and Transient Mark mode.
       
   145 (transient-mark-mode t)        ; t/nil, when the mark is active, the region is highlighted
   144 (transient-mark-mode t)        ; t/nil, when the mark is active, the region is highlighted
   146 (delete-selection-mode t)               ; t/nil
   145 (delete-selection-mode t)               ; t/nil
   147 
   146 
   148 ;; ----------------------------------------------------------------------
   147 ;; ----------------------------------------------------------------------
   149 ;; Completition
   148 ;; Completition