diff --git a/.gitmodules b/.gitmodules index 087da60..a82e85e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "emacs.d"] - path = config/emacs + path = emacs.d url = https://github.com/hlissner/doom-emacs diff --git a/.stow-rename b/.stow-rename index 4376d30..37a3c9f 100644 --- a/.stow-rename +++ b/.stow-rename @@ -1 +1,2 @@ config => .config +emacs.d => .emacs.d diff --git a/config/doom/config.el b/config/doom/config.el index c1bd9d0..ea36c04 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -36,11 +36,6 @@ ;; numbers are disabled. For relative line numbers, set this to `relative'. (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: ;; diff --git a/config/zsh/login/emacs b/config/zsh/login/emacs index 5c144ed..8e07619 100644 --- a/config/zsh/login/emacs +++ b/config/zsh/login/emacs @@ -1,2 +1,2 @@ #! zsh -path+=(~/.config/emacs/bin) +path+=(~/.emacs.d/bin) diff --git a/config/emacs b/emacs.d similarity index 100% rename from config/emacs rename to emacs.d