diff options
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ (global-set-key (kbd "M-X") 'amx-major-mode-commands) (global-set-key (kbd "C-c C-c M-x") 'execute-extended-command) +;;; ido-at-point-mode +(ido-at-point-mode 1) + ;;; icomplete (require 'icomplete) (icomplete-mode 1) |