Skip to content

Commit

Permalink
nit(keybindings): remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent 867f362 commit f7d7969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"wU" #'winner-redo

;; ====== Applications (Open) ======
"o" '(nil :wk "app/open")
"o" '(nil :wk "app/open")
"o-" '(dired :wk "Dired") ;; Will be overwritten if dirvish is used
"oa" #'org-agenda
"oe" #'eshell
Expand Down

0 comments on commit f7d7969

Please sign in to comment.