.emacs-my
changeset 1409 d9d85b71260c
parent 1407 9ea890c729d8
child 1412 04c1fdf1fdc9
equal deleted inserted replaced
1408:8ea516ab3865 1409:d9d85b71260c
  1060 
  1060 
  1061 (setq set-mark-command-repeat-pop 't)
  1061 (setq set-mark-command-repeat-pop 't)
  1062 
  1062 
  1063 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1063 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1064 (message "completion")
  1064 (message "completion")
       
  1065 
       
  1066 (setq suggest-key-bindings t)
  1065 
  1067 
  1066 ;; I remove partial-completion-mode because it depricated in Emacs 24.0.
  1068 ;; I remove partial-completion-mode because it depricated in Emacs 24.0.
  1067 ;; Completion controled by 'completion-styles' variable.
  1069 ;; Completion controled by 'completion-styles' variable.
  1068 
  1070 
  1069 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1071 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;