This commit is contained in:
Sakooooo 2023-12-25 13:55:36 +04:00
parent 08e30d5c1a
commit 334b47fbb8
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 92 additions and 92 deletions

View file

@ -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

View file

@ -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