File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ whether God mode is active as follows:
190
190
:foreground "#404148"
191
191
:background "#efefef"))))
192
192
193
- (add-hook 'post-command-hook 'my-god-mode-update-mode-line)
193
+ (add-hook 'post-command-hook # 'my-god-mode-update-mode-line)
194
194
```
195
195
196
196
Note that using ` post-command-hook ` here should not be an issue for performance.
@@ -330,7 +330,7 @@ customizations that enable them to be used together smoothly.
330
330
``` emacs-lisp
331
331
(with-eval-after-load 'god-mode
332
332
(evil-make-intercept-map god-local-mode-map 'normal)
333
- (add-hook 'god-local-mode-hook 'evil-normalize-keymaps))
333
+ (add-hook 'god-local-mode-hook # 'evil-normalize-keymaps))
334
334
```
335
335
336
336
* Another option to use God mode with Evil is to use the
You can’t perform that action at this time.
0 commit comments