[Emacs] Force ido at startup
This commit is contained in:
parent
0e2d79e4ff
commit
8929c390fa
@ -1687,7 +1687,7 @@ bind-key and global-set-key forms.
|
|||||||
I use helm for almost all emacs completion
|
I use helm for almost all emacs completion
|
||||||
#+BEGIN_SRC emacs-lisp -n -r
|
#+BEGIN_SRC emacs-lisp -n -r
|
||||||
(use-package helm-config
|
(use-package helm-config
|
||||||
:defer 1
|
:demand t
|
||||||
:ensure helm
|
:ensure helm
|
||||||
:bind (("M-y" . helm-show-kill-ring)
|
:bind (("M-y" . helm-show-kill-ring)
|
||||||
("M-x" . helm-M-x)
|
("M-x" . helm-M-x)
|
||||||
@ -1697,12 +1697,12 @@ I use helm for almost all emacs completion
|
|||||||
:diminish helm-mode
|
:diminish helm-mode
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(setq helm-split-window-default-side 'same)
|
||||||
(use-package helm-org
|
(use-package helm-org
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:defer 10
|
:defer 10
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq helm-split-window-default-side 'same)
|
|
||||||
|
|
||||||
(cl-defun helm-org-headings-in-buffer ()
|
(cl-defun helm-org-headings-in-buffer ()
|
||||||
(interactive)
|
(interactive)
|
||||||
@ -1820,6 +1820,7 @@ I use helm for almost all emacs completion
|
|||||||
** ido
|
** ido
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package ido
|
(use-package ido
|
||||||
|
:demand t
|
||||||
:commands ido-mode
|
:commands ido-mode
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
Loading…
Reference in New Issue
Block a user