disable evil mode (again)
This commit is contained in:
parent
2ad65c2084
commit
30e0acdfab
1 changed files with 2 additions and 2 deletions
4
init.org
4
init.org
|
@ -56,7 +56,7 @@ Also immediately set lexical binding mode.
|
||||||
** Global Configuration
|
** Global Configuration
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq snm-enable-evil t) ;; enable evil bindings
|
(setq snm-enable-evil nil) ;; enable evil bindings
|
||||||
(setq snm-docker-executable 'podman) ;; use docker or podman
|
(setq snm-docker-executable 'podman) ;; use docker or podman
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
|
@ -3094,7 +3094,7 @@ emacs
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook
|
:hook
|
||||||
(ibuffer-mode . snm-ide-enhance-ibuffer-with-ibuffer-project)
|
(ibuffer-mode . snm-ide-enhance-ibuffer-with-ibuffer-project)
|
||||||
:bind (("C-x C-b" . #'ibuffer)))
|
:bind (("C-x C-b" . #'ibuffer-other-window)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Enable EditorConfig Standard Support
|
** Enable EditorConfig Standard Support
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Add table
Reference in a new issue