projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cca52a2
)
[emacs][wip] enable ivy (and friends) & the rest of my core packages
author
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:49:04 +0000
(13:49 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:49:04 +0000
(13:49 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
a1ba40b
..
1e97ebc
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-951,7
+951,7
@@
Not just how I do git, but /the/ way to do git.
:custom-face (magit-diff-file-heading ((t (:weight normal)))))
#+end_src
:custom-face (magit-diff-file-heading ((t (:weight normal)))))
#+end_src
-***
COMMENT
[[https://github.com/abo-abo/swiper][Ivy]] (and friends)
+*** [[https://github.com/abo-abo/swiper][Ivy]] (and friends)
#+begin_quote
Ivy - a generic completion frontend for Emacs, Swiper - isearch with
#+begin_quote
Ivy - a generic completion frontend for Emacs, Swiper - isearch with
@@
-964,7
+964,7
@@
There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package ivy
#+begin_src emacs-lisp
(use-package ivy
- :defer
1
+ :defer
0.6
:bind
(:map ivy-minibuffer-map
([escape] . keyboard-escape-quit)
:bind
(:map ivy-minibuffer-map
([escape] . keyboard-escape-quit)
@@
-985,6
+985,7
@@
There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package swiper
#+begin_src emacs-lisp
(use-package swiper
+ :after ivy
:bind (("C-s" . swiper)
("C-r" . swiper)
("C-S-s" . isearch-forward)))
:bind (("C-s" . swiper)
("C-r" . swiper)
("C-S-s" . isearch-forward)))
@@
-994,7
+995,7
@@
There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package counsel
#+begin_src emacs-lisp
(use-package counsel
- :
defer 1
+ :
after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
("s-r" . counsel-recentf)
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
("s-r" . counsel-recentf)
@@
-1007,10
+1008,10
@@
There's no way I could top that, so I won't attempt to.
(defalias 'locate #'counsel-locate))
#+end_src
(defalias 'locate #'counsel-locate))
#+end_src
-***
COMMENT
eshell
+*** eshell
#+begin_src emacs-lisp
#+begin_src emacs-lisp
-(use-
packag
e eshell
+(use-
featur
e eshell
:defer 1
:commands eshell
:bind ("C-c a s e" . eshell)
:defer 1
:commands eshell
:bind ("C-c a s e" . eshell)
@@
-1044,10
+1045,10
@@
There's no way I could top that, so I won't attempt to.
(eshell-input-filter 'eshell-input-filter-initial-space))
#+end_src
(eshell-input-filter 'eshell-input-filter-initial-space))
#+end_src
-***
COMMENT
Ibuffer
+*** Ibuffer
#+begin_src emacs-lisp
#+begin_src emacs-lisp
-(use-
packag
e ibuffer
+(use-
featur
e ibuffer
:defer t
:bind
(("C-x C-b" . ibuffer-other-window)
:defer t
:bind
(("C-x C-b" . ibuffer-other-window)
@@
-1115,10
+1116,10
@@
There's no way I could top that, so I won't attempt to.
:hook (ibuffer . (lambda () (ibuffer-switch-to-saved-filter-groups "default"))))
#+end_src
:hook (ibuffer . (lambda () (ibuffer-switch-to-saved-filter-groups "default"))))
#+end_src
-***
COMMENT
Outline
+*** Outline
#+begin_src emacs-lisp
#+begin_src emacs-lisp
-(use-
packag
e outline
+(use-
featur
e outline
:defer t
:hook (prog-mode . outline-minor-mode)
:bind
:defer t
:hook (prog-mode . outline-minor-mode)
:bind