diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-02-23 20:03:42 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@laptop.tojo.local> | 2021-02-23 20:11:18 +0900 |
commit | ab08f4c65061405beb6eeb9a9a5788843951d0a8 (patch) | |
tree | dd026b3aa8a9dfd18ec8c735b807b1ca2649dfff /.emacs | |
parent | 4c636ee96d5c7735996b4eba10e24eca0d29fca7 (diff) |
Add emacs-ido-at-point-mode
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) |