aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 17fc689..1a4bdb5 100644
--- a/.emacs
+++ b/.emacs
@@ -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)