Don't show recent file in Ivy buffer list
This commit is contained in:
parent
d246c6231e
commit
0d621c5a85
@ -1,4 +1,8 @@
|
||||
#+PROPERTY: header-args :results silent
|
||||
## This is the commit message #2:
|
||||
|
||||
Force Ivy to load at startup
|
||||
|
||||
+PROPERTY: header-args :results silent
|
||||
#+PROPERTY: header-args:emacs-lisp :lexical t
|
||||
|
||||
This init file is based on [[https://medium.com/@CBowdon/pinching-the-best-bits-from-spacemacs-869b8c793ad3][this blog post]].
|
||||
@ -2871,7 +2875,7 @@ An alternative minibuffer completion framework:
|
||||
(ivy-mode 1)
|
||||
(setq ivy-height 20
|
||||
ivy-wrap t
|
||||
ivy-use-virtual-buffers t
|
||||
ivy-use-virtual-buffers nil
|
||||
ivy-count-format "%d/%d ")
|
||||
(with-eval-after-load 'projectile
|
||||
(setq projectile-completion-system 'ivy))
|
||||
|
Loading…
Reference in New Issue
Block a user