Add ide-mode as submodule
This commit is contained in:
parent
7e5e10831b
commit
eb41e0e8fa
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "doom-modeline"]
|
||||
path = doom-modeline
|
||||
url = https://github.com/seagle0128/doom-modeline.git
|
||||
[submodule "ide-mode"]
|
||||
path = ide-mode
|
||||
url = git@gitlab.wojciechkozlowski.eu:wojtek/ide-mode.git
|
||||
|
1
ide-mode
Submodule
1
ide-mode
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1142d937b6ef20ee8f235b924ff83df88103f797
|
4
init.el
4
init.el
@ -138,6 +138,10 @@
|
||||
;; *********************************************************************** ;;
|
||||
|
||||
|
||||
;; Add path.
|
||||
(add-to-list 'load-path "~/.emacs.d/ide-mode")
|
||||
(require 'ide-mode)
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Load any custom variables.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user