From 0d5d771b1c74e55ea2cbfd17c13d4bfa65ced9a8 Mon Sep 17 00:00:00 2001 From: coast Date: Thu, 5 Jun 2025 21:24:15 +0330 Subject: [PATCH] removed evil mode it sucks tbh --- .emacs.d/init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7a449f7..edd07c4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -97,10 +97,7 @@ (global-set-key (kbd "C-s") 'swiper) (global-set-key (kbd "C-r") 'swiper-backward) -(use-package evil - :ensure t - :config - (evil-mode 1)) +(load-file "/home/coast/.emacs.d/c3-mode.el") (use-package swiper)