Compare commits

..

No commits in common. "7bb49a6484ad2d27ef7ce37b9393f79fb9665c45" and "7f82b1e0c2c535a4e4e643ddb67ff1b3e6c85df7" have entirely different histories.

5 changed files with 3 additions and 7 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "emacs.d"] [submodule "emacs.d"]
path = config/emacs path = emacs.d
url = https://github.com/hlissner/doom-emacs url = https://github.com/hlissner/doom-emacs

View file

@ -1 +1,2 @@
config => .config config => .config
emacs.d => .emacs.d

View file

@ -36,11 +36,6 @@
;; numbers are disabled. For relative line numbers, set this to `relative'. ;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t) (setq display-line-numbers-type t)
;; Doom comes with evil-escape support for leaving Insert mode with a simple key
;; sequence, but it defaults that sequence to jk. I prefer jj, so let's change
;; it here.
(setq evil-escape-key-sequence "jj")
;; Here are some additional functions/macros that could help you configure Doom: ;; Here are some additional functions/macros that could help you configure Doom:
;; ;;

View file

@ -1,2 +1,2 @@
#! zsh #! zsh
path+=(~/.config/emacs/bin) path+=(~/.emacs.d/bin)