aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.org')
-rw-r--r--shoshin-config.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/shoshin-config.org b/shoshin-config.org
index 8d2ac08..60e346a 100644
--- a/shoshin-config.org
+++ b/shoshin-config.org
@@ -321,10 +321,10 @@ this is implemented with the ~vertico-directory~ extension.
#+begin_src emacs-lisp
(require 'vertico-directory)
- (define-key (kbd "RET") #'vertico-directory-enter)
- (define-key (kbd "DEL") #'vertico-directory-delete-char)
- (define-key (kbd "M-DEL") #'vertico-directory-delete-word)
- (define-key (kbd "M-j") #'vertico-quick-insert)
+ (define-key vertico-map (kbd "RET") #'vertico-directory-enter)
+ (define-key vertico-map (kbd "DEL") #'vertico-directory-delete-char)
+ (define-key vertico-map (kbd "M-DEL") #'vertico-directory-delete-word)
+ (define-key vertico-map (kbd "M-j") #'vertico-quick-insert)
#+end_src
** which-key
@@ -379,6 +379,9 @@ config might get what i want with vanilla built ins.
** project.el
** version control
*** magit
+
+its the best! 🪄
+
#+begin_src emacs-lisp
(package-install 'magit)
#+end_src