Compare commits
2 commits
7f82b1e0c2
...
7bb49a6484
Author | SHA1 | Date | |
---|---|---|---|
7bb49a6484 | |||
cde7e0a32d |
5 changed files with 7 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "emacs.d"]
|
||||
path = emacs.d
|
||||
path = config/emacs
|
||||
url = https://github.com/hlissner/doom-emacs
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
config => .config
|
||||
emacs.d => .emacs.d
|
||||
|
|
|
@ -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:
|
||||
;;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! zsh
|
||||
path+=(~/.emacs.d/bin)
|
||||
path+=(~/.config/emacs/bin)
|
||||
|
|
Loading…
Reference in a new issue