Skip to content

Commit

Permalink
feat(defaults): enable context-menu-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 1, 2023
1 parent d40fb21 commit 505c301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ or file path may exist now."
(not (memq 'vertico minemacs-disabled-packages)))
(fido-vertical-mode 1))

;; Enable context menu on mouse right click
(context-menu-mode 1)

;; Window layout undo/redo (`winner-undo' / `winner-redo')
(winner-mode 1)

Expand Down

0 comments on commit 505c301

Please sign in to comment.