i guess we need to try out emacs

This commit is contained in:
Ben Harris 2018-09-30 19:11:56 -04:00
parent ed65973816
commit 54ed1fc297
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
4 changed files with 15 additions and 2 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = fish/.config/fish/nvm-wrapper
url = https://github.com/passcod/nvm-fish-wrapper
[submodule "emacs/.emacs.d/evil"]
path = emacs/.emacs.d/evil
url = https://github.com/emacs-evil/evil

View File

@ -16,7 +16,7 @@ endif
install:
@make $(UNAME)
Linux: bash fish git mutt byobu weechat vim nvim gnupg bin
Linux: bash fish git mutt byobu weechat vim nvim gnupg bin emacs
Windows: bash git vim
Other: bash git vim
@ -32,6 +32,7 @@ clean:
stow -t "$$HOME" -D weechat
stow -t "$$HOME" -D gnupg
stow -t "$$HOME" -D bin
stow -t "$$HOME" -D emacs
bash:
@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@ -76,6 +77,10 @@ bin:
@printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)"
stow -t "$$HOME" bin
emacs:
@printf "$(YELLOW)--- emacs ----------------------------------------------\n$(RESET)"
git submodule update --init -- emacs/.emacs.d/evil
stow -t "$$HOME" emacs
.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install Windows Linux Other
.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin emacs clean install Windows Linux Other

4
emacs/.emacs Normal file
View File

@ -0,0 +1,4 @@
(add-to-list 'load-path "~/.emacs.d/evil")
(require 'evil)
(evil-mode 1)

1
emacs/.emacs.d/evil Submodule

@ -0,0 +1 @@
Subproject commit 6fde982d731e2cc4e5f6bded6f8955ab2daee3b7