we
This commit is contained in:
parent
08e30d5c1a
commit
334b47fbb8
2 changed files with 92 additions and 92 deletions
|
@ -292,14 +292,14 @@ Should make startup faster, taken from doom-emacs
|
|||
** Command Log Mode
|
||||
#+begin_src emacs-lisp
|
||||
(use-package command-log-mode
|
||||
:straight t
|
||||
;;:straight t
|
||||
)
|
||||
#+end_src
|
||||
** Command Autocompletion Packages
|
||||
#+begin_src emacs-lisp
|
||||
;; better search
|
||||
(use-package swiper
|
||||
:straight t
|
||||
;;:straight t
|
||||
)
|
||||
;; better commands
|
||||
(use-package counsel
|
||||
|
|
|
@ -242,12 +242,12 @@ kept-old-versions 5)
|
|||
(message "setting up packages")
|
||||
|
||||
(use-package command-log-mode
|
||||
:straight t
|
||||
;;:straight t
|
||||
)
|
||||
|
||||
;; better search
|
||||
(use-package swiper
|
||||
:straight t
|
||||
;;:straight t
|
||||
)
|
||||
;; better commands
|
||||
(use-package counsel
|
||||
|
|
Loading…
Reference in a new issue