[ido] move config to init.org

This commit is contained in:
contrapunctus 2021-02-17 15:42:43 +05:30
parent f1a22bc836
commit 3835a3e300
2 changed files with 14 additions and 14 deletions

View File

@ -31,13 +31,6 @@
:disabled
:bind ("M-x" . smex))
(use-package ido-mini
:bind (("C-x C-l" . ido-mini)
:map boon-x-map
("l" . ido-mini))
:config
(ivy-mode))
;; This creates a bug with shell completion if you're using ivy mode.
(unless (bound-and-true-p ivy-mode)
(setq completion-styles

View File

@ -98,16 +98,13 @@ And =org-babel-tangle= takes nearly 27 seconds to tangle this file, at the time
("\\" . projectile-command-map)
("(" . boon-navigate-backward)
(")" . boon-navigate-forward)
("e r" . swiper-thing-at-point)
("J" . ido-mini)
("M" . ido-mini))
("e r" . swiper-thing-at-point))
(:map boon-x-map
("w" . 'write-file)
("s" . 'save-buffer)
("d" . 'dired-jump)
("e" . 'eval-last-sexp)
("f" . 'find-file)
("l" . 'ido-mini)
("c" . 'kill-emacs)
("v" . 'find-alternate-file)
("b" . 'ibuffer)
@ -725,12 +722,22 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
;; (add-to-list 'load-path "~/.emacs.d/elisp-git/yafolding.el/")
#+END_SRC
**
** ido-mini
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path "~/.emacs.d/user/")
(add-to-list 'load-path "~/.emacs.d/contrapunctus/")
;; (add-to-list 'load-path "~/.emacs.d/contrapunctus/fin/")
(add-to-list 'load-path "~/.emacs.d/contrapunctus/ido-mini/")
(use-package ido-mini
:load-path "~/.emacs.d/contrapunctus/ido-mini/"
:bind (("C-x C-l" . ido-mini)
:map boon-command-map
("J" . ido-mini)
("M" . ido-mini)
:map boon-x-map
("l" . ido-mini))
:config
(ivy-mode))
#+END_SRC
**
@ -1417,7 +1424,7 @@ It'd be really cool to (recenter 3) when you /open/ a section, and (recenter) wh
**
#+BEGIN_SRC emacs-lisp
(require 'cp-ido)
;;;; text size change
;; nicked from wasamasa's init - https://github.com/wasamasa/dotemacs/blob/934d0b37692d62fe9af56b52accac5bcd4445ae3/init.org