adding posframe stuff and lumina.el
This commit is contained in:
parent
fdbb609c77
commit
6451e0a8cf
3 changed files with 123 additions and 2 deletions
18
README.org
18
README.org
|
@ -2329,6 +2329,19 @@ These two packages created by Prot are interesting to me and may help to make su
|
|||
(add-hook 'imenu-after-jump-hook #'pulsar-recenter-top)
|
||||
(add-hook 'imenu-after-jump-hook #'pulsar-reveal-entry))
|
||||
#+end_src
|
||||
*** posframe
|
||||
|
||||
I'm going to find all kinds of uses for posframe
|
||||
#+begin_src emacs-lisp
|
||||
(use-package posframe)
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package vertico-posframe
|
||||
:after vertico
|
||||
:config
|
||||
(setq vertico-posframe-min-height 10))
|
||||
#+end_src
|
||||
|
||||
** EWW
|
||||
Builtin webbrowser for emacs. Trying it out as a text only browser for things.
|
||||
|
@ -3968,7 +3981,10 @@ Ledger mode
|
|||
:general
|
||||
(general-def 'normal ledger-mode-map
|
||||
"ga" 'ledger-add-transaction
|
||||
"gr" 'ledger-report))
|
||||
"gr" 'ledger-report
|
||||
"gp" 'ledger-toggle-current
|
||||
"C-j" 'ledger-navigate-next-xact-or-directive
|
||||
"C-k" 'ledger-navigate-prev-xact-or-directive))
|
||||
#+end_src
|
||||
|
||||
** MU4E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue