.emacs-my
changeset 1546 4939c41ef080
parent 1545 d77b6bb30ea4
child 1547 a4e4e54c257a
equal deleted inserted replaced
1545:d77b6bb30ea4 1546:4939c41ef080
   891 (when (eq window-system 'x)
   891 (when (eq window-system 'x)
   892   (setq x-select-enable-clipboard t))
   892   (setq x-select-enable-clipboard t))
   893 
   893 
   894 (when (fboundp 'er/expand-region)
   894 (when (fboundp 'er/expand-region)
   895   (global-set-key (kbd "C-=") 'er/expand-region))
   895   (global-set-key (kbd "C-=") 'er/expand-region))
       
   896 
       
   897 (setq-default er/try-expand-list '(er/mark-word er/mark-symbol er/mark-inside-quotes er/mark-outside-quotes er/mark-inside-pairs er/mark-outside-pairs))
   896 
   898 
   897 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   899 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   898 (message "highlighting current line")
   900 (message "highlighting current line")
   899 
   901 
   900 (require 'hl-line)
   902 (require 'hl-line)