aboutsummaryrefslogtreecommitdiff
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
parent4c636ee96d5c7735996b4eba10e24eca0d29fca7 (diff)
Add emacs-ido-at-point-mode
-rw-r--r--.emacs3
-rw-r--r--manifest.scm2
2 files changed, 5 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)
diff --git a/manifest.scm b/manifest.scm
index 3f6a41f..0645935 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -18,6 +18,8 @@
"emacs-amx"
"emacs-doom-themes"
"emacs-doom-modeline"
+ ;; FIXME: emacs-ido-at-point が Guix に追加されるのを待つ
+ ;; "emacs-ido-at-point"
"emacs-guix"
"emacs-exwm"
"icedove"))