Skip to content

Commit

Permalink
tweak(ui): add keybinding for +writing-global-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 7, 2023
1 parent 3015afe commit 5ea190d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@

(use-package me-writing-mode
:init
(+map! "tw" #'+writing-mode))
(+map! "tw" #'+writing-mode
"tW" #'+writing-global-mode))

(use-package page-break-lines
:straight t
Expand Down

0 comments on commit 5ea190d

Please sign in to comment.