mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Added submodule for memoization
This commit is contained in:
parent
72cdaf2511
commit
742e087a6f
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -10,3 +10,6 @@
|
|||
[submodule "custom/bookmark-plus"]
|
||||
path = custom/bookmark-plus
|
||||
url = https://github.com/emacsmirror/bookmark-plus
|
||||
[submodule "custom/emacs-memoize"]
|
||||
path = custom/emacs-memoize
|
||||
url = https://github.com/skeeto/emacs-memoize
|
||||
|
|
|
|||
|
|
@ -829,7 +829,8 @@
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package evil)
|
||||
(global-set-key (kbd "C-z") 'evil-local-mode)
|
||||
(setq evil-insert-state-modes nil)
|
||||
(setq evil-insert-state-modes nil)
|
||||
(setq evil-motion-state-modes nil)
|
||||
(setq evil-default-state 'emacs)
|
||||
(evil-set-initial-state 'term-mode 'emacs)
|
||||
(evil-set-initial-state 'help-mode 'emacs)
|
||||
|
|
|
|||
1
custom/emacs-memoize
Submodule
1
custom/emacs-memoize
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 636defefa9168f90bce6fc27431352ac7d01a890
|
||||
Loading…
Reference in a new issue