Add ide-mode as submodule

This commit is contained in:
Wojciech Kozlowski 2019-04-14 12:38:41 +02:00
parent 7e5e10831b
commit eb41e0e8fa
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 1142d937b6ef20ee8f235b924ff83df88103f797

View File

@ -138,6 +138,10 @@
;; *********************************************************************** ;;
;; Add path.
(add-to-list 'load-path "~/.emacs.d/ide-mode")
(require 'ide-mode)
;; --------------------------------------------------------------------------
;; Load any custom variables.
;; --------------------------------------------------------------------------