aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-02-23 20:03:42 +0900
committerMasaya Tojo <masaya@laptop.tojo.local>2021-02-23 20:11:18 +0900
commitab08f4c65061405beb6eeb9a9a5788843951d0a8 (patch)
treedd026b3aa8a9dfd18ec8c735b807b1ca2649dfff /.emacs
parent4c636ee96d5c7735996b4eba10e24eca0d29fca7 (diff)
Add emacs-ido-at-point-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)