Skip to content

Commit

Permalink
tweak(tldr): minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 2, 2023
1 parent 920dee5 commit bc26fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
(use-package tldr
:straight t
:hook (minemacs-build-functions . tldr-update-docs)
:hook (tldr-mode . visual-line-mode)
:init
(+map! "ht" #'tldr)
:custom
Expand Down
2 changes: 1 addition & 1 deletion modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
;; Help/info buffers
(add-to-list
'display-buffer-alist
`(,(rx bol "*" (or "info" "Printing Help" "Org Entity Help" "General Keybindings" (seq (or "Help" "helpful" "eldoc" "Tcl help" "Man " "WoMan ") (* any))) "*")
`(,(rx bol "*" (or "info" "Printing Help" "Org Entity Help" "General Keybindings" "tldr" (seq (or "Help" "helpful" "eldoc" "Tcl help" "Man " "WoMan ") (* any))) "*")
(display-buffer-in-side-window)
(slot . 0)
(side . right)
Expand Down

0 comments on commit bc26fd9

Please sign in to comment.