Skip to content

Commit ae3ce30

Browse files
committed
tweak(emacs): use projectile version of recompile for recompile hotkey
1 parent 961730c commit ae3ce30

File tree

1 file changed

+2
-4
lines changed
  • modules/nixos/programs/emacs

1 file changed

+2
-4
lines changed

modules/nixos/programs/emacs/init.el

+2-4
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
nil
8888
(reusable-frames . t)))
8989

90-
(gg/leader
91-
"r r" #'recompile)
92-
9390
(use-package indent-bars
9491
:ensure nil
9592
:config
@@ -610,7 +607,8 @@
610607
(projectile-track-known-projects-automatically nil)
611608
:general
612609
(gg/leader
613-
"p" '(:keymap projectile-command-map :which-key "Project"))
610+
"p" '(:keymap projectile-command-map :which-key "Project")
611+
"r r" #'projectile-repeat-last-command)
614612
(general-def projectile-command-map
615613
"a" #'projectile-add-known-project
616614
"A" #'projectile-find-other-file))

0 commit comments

Comments
 (0)