Compare commits

..

2 commits

5 changed files with 7 additions and 3 deletions

2
.gitmodules vendored
View file

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

View file

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

View file

@ -36,6 +36,11 @@
;; 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:
;;

View file

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