From 30e0acdfab711162c7dfc1a00f3a6b0e30d9d769 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 20 Jun 2025 14:30:15 +0200 Subject: [PATCH] disable evil mode (again) --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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