Skip to content

Commit

Permalink
fix: address startup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Sep 4, 2024
1 parent 910c180 commit 2cc8024
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ Use a Negative ARG to navigate forwards."
(interactive "p")
(winny/forward-child-widget (- arg)))

(define-key custom-mode-map "^" 'Custom-goto-parent)
(define-key custom-mode-map (kbd "^") 'Custom-goto-parent)
(define-key custom-mode-map (kbd "M-n") 'winny/forward-child-widget)
(define-key custom-mode-map (kbd "M-p") 'winny/backward-child-widget)
(define-key custom-mode-map (kbd "M-RET") 'Custom-newline)
Expand Down Expand Up @@ -1647,8 +1647,9 @@ See https://www.funtoo.org/Keychain
:demand t
:load-path "~/.emacs.d/site-packages/all-the-icons-completion"
:after (marginalia all-the-icons)
:hook (marginalia-mode . all-the-icons-completion-marginalia-setup)
:init
(require 'all-the-icons-completion)
(add-hook 'marginalia-mode #'all-the-icons-completion-marginalia-setup)
(all-the-icons-completion-mode))
#+end_src

Expand Down

0 comments on commit 2cc8024

Please sign in to comment.