Skip to content

Commit

Permalink
nit(project): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 26, 2023
1 parent 403a3a1 commit 3827863
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions modules/me-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
(project-vc-extra-root-markers '(".projectile.el" ".project.el" ".project"))
:init
(+map! ":" #'project-find-file)
(+map!
;; project
:infix "p"
(+map! :infix "p" ;; project
"w" #'project-switch-project
"c" #'project-compile
"d" #'project-find-dir
Expand Down Expand Up @@ -53,9 +51,9 @@
(use-package consult-project-extra
:straight t
:init
(+map!
"pp" #'consult-project-extra-find
"pP" #'consult-project-extra-find-other-window))
(+map! :infix "p" ;; project
"p" #'consult-project-extra-find
"P" #'consult-project-extra-find-other-window))

(provide 'me-project)

Expand Down

0 comments on commit 3827863

Please sign in to comment.