Skip to content

Commit

Permalink
bind f7 to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Chunye committed Apr 26, 2020
1 parent dff40dd commit 12179b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@
;; == compile
(use-package compile
:straight (compile :type built-in)
:bind (("M-7" . compile))
:bind (("M-7" . compile)
("<f7>" . compile))
:defines (compilation-scroll-output compilation-read-command)
:config
(setq compilation-scroll-output t
Expand Down

0 comments on commit 12179b6

Please sign in to comment.