diff options
-rw-r--r-- | .emacs | 3 | ||||
-rw-r--r-- | manifest.scm | 2 |
2 files changed, 5 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) 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")) |