From ab08f4c65061405beb6eeb9a9a5788843951d0a8 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 23 Feb 2021 20:03:42 +0900 Subject: Add emacs-ido-at-point-mode --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') 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) -- cgit v1.2.3