Skip to content

Commit

Permalink
fix(core): +scratch-open-... conflict with project-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 24, 2024
1 parent 9ff3223 commit b9e4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ ARG and PROJECT-P are passed to `+scratch-open-buffer'."
(append (butlast project-switch-commands 1)
'((+scratch-open-project-scratch-buffer "Scratch buffer"))
(last project-switch-commands)))
(keymap-set project-prefix-map "S" #'+scratch-open-project-scratch-buffer))
(define-key project-prefix-map "X" #'+scratch-open-project-scratch-buffer))



Expand Down

0 comments on commit b9e4cbb

Please sign in to comment.