diff --git a/init.org b/init.org index 32ab837..2d12914 100644 --- a/init.org +++ b/init.org @@ -56,7 +56,7 @@ Also immediately set lexical binding mode. ** Global Configuration #+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 (use-package org @@ -3094,7 +3094,7 @@ emacs :ensure t :hook (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 ** Enable EditorConfig Standard Support #+BEGIN_SRC emacs-lisp