Skip to content

Commit

Permalink
nit: minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 16, 2023
1 parent 53c88d7 commit 2f69a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/extras/me-mu4e-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ will also be the width of all other printable characters."
(:from-or-to . 25)
(:subject-truncated)))

(advice-add #'mu4e--key-val :filter-return #'+mu4e--main-keyval-str-prettier-a)
(advice-add #'mu4e--main-action :override #'+mu4e--main-action-prettier-a))
(advice-add 'mu4e--key-val :filter-return #'+mu4e--main-keyval-str-prettier-a)
(advice-add 'mu4e--main-action :override #'+mu4e--main-action-prettier-a))

(defun +mu4e-ui-setup ()
(if (display-graphic-p)
Expand Down
4 changes: 2 additions & 2 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
(+map! :infix "he"
"d" #'elisp-demos-find-demo
"D" #'elisp-demos-add-demo)
(advice-add #'describe-function-1 :after #'elisp-demos-advice-describe-function-1)
(advice-add #'helpful-update :after #'elisp-demos-advice-helpful-update))
(advice-add 'describe-function-1 :after #'elisp-demos-advice-describe-function-1)
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))

(use-package helpful
:straight t
Expand Down

0 comments on commit 2f69a75

Please sign in to comment.