Skip to content

Commit 28c39e5

Browse files
committed
move tools up in loadidn cycle for git
1 parent 2900886 commit 28c39e5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

emacs/init.el

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
(require 'init-ui)
6565
(require 'frap-modeline)
6666

67+
;;; Tools - git, project, shell
68+
(require 'frap-tools)
69+
6770
;;; Minibuffer & Navigation
6871
(require 'frap-completion)
6972

@@ -77,10 +80,6 @@
7780
;;; Coding Languages
7881
(require 'frap-coding)
7982

80-
;;; Tools - git, project, shell
81-
(require 'frap-git)
82-
;;(require 'init-tools)
83-
8483
(require 'init-copilot)
8584

8685
;; Personal

0 commit comments

Comments
 (0)