From 9f75c40785ea76abcba556b41e37dcf61bec4eaf Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 16 Jul 2024 21:59:42 -0500 Subject: [PATCH] Update to remove custom stuff from init --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index 649735c..bab4bb0 100644 --- a/init.el +++ b/init.el @@ -4,11 +4,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(desktop-save-mode t) - '(mouse-drag-and-drop-region t) - '(mouse-drag-and-drop-region-cross-program t) - '(tool-bar-mode nil) - '(visible-bell 1)) +) (global-ede-mode t)