From c5a06aa3b3c6954b806db030900b89428fc05143 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 29 May 2024 07:40:54 -0700 Subject: QoL Changes 1. Add function to add folder to PYTHON PATH 2. Add Eglot keymap 3. Only open writegood mode if it exists 4. Allow downcasing by default --- nemacs.el | 1 + 1 file changed, 1 insertion(+) (limited to 'nemacs.el') diff --git a/nemacs.el b/nemacs.el index 421fca7..12365da 100644 --- a/nemacs.el +++ b/nemacs.el @@ -22,6 +22,7 @@ ;;(require 'nemacs-splash) (put 'narrow-to-region 'disabled nil) +(put 'downcase-region 'disabled nil) (require 'nemacs-personal) (custom-set-faces -- cgit v1.2.1