Skip to content

Commit

Permalink
nit(defaults): add an optional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 25, 2023
1 parent 997f6b2 commit a02e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ or file path may exist now."
;; All modes and tweaks are enabled after MinEmacs is gets loaded
(+deferred-unless! (featurep 'me-org-export-async-init)
;; Navigate windows using Shift+Direction
(windmove-default-keybindings)
(windmove-default-keybindings 'shift)

;; ====== Modes enabled globally ======
;; Show the battery status (if available) in the mode-line
Expand Down

0 comments on commit a02e5cc

Please sign in to comment.