We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2900886 commit 28c39e5Copy full SHA for 28c39e5
1 file changed
emacs/init.el
@@ -64,6 +64,9 @@
64
(require 'init-ui)
65
(require 'frap-modeline)
66
67
+;;; Tools - git, project, shell
68
+(require 'frap-tools)
69
+
70
;;; Minibuffer & Navigation
71
(require 'frap-completion)
72
@@ -77,10 +80,6 @@
77
80
;;; Coding Languages
78
81
(require 'frap-coding)
79
82
-;;; Tools - git, project, shell
-(require 'frap-git)
-;;(require 'init-tools)
83
-
84
(require 'init-copilot)
85
86
;; Personal
0 commit comments