aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
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"))