From e36e3bd66c5cb9b9d3a604017c75e356e2678abd Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 14 Oct 2024 00:43:26 +0100 Subject: Changes to Emacs config (can't explain because moving to elpaca) I'm having issues with freezing the new versions of stuff in straight for Emacs 30. Moving to elpaca to hopefully get out of that. --- Emacs/.config/emacs/elisp/eshell-prompt.el | 1 - 1 file changed, 1 deletion(-) (limited to 'Emacs/.config/emacs/elisp/eshell-prompt.el') diff --git a/Emacs/.config/emacs/elisp/eshell-prompt.el b/Emacs/.config/emacs/elisp/eshell-prompt.el index b2cf131..f2fe41e 100644 --- a/Emacs/.config/emacs/elisp/eshell-prompt.el +++ b/Emacs/.config/emacs/elisp/eshell-prompt.el @@ -98,7 +98,6 @@ form (BRANCH-NAME[REMOTE-STATUS])." (lambda (item) (if (listp item) (propertize (car item) - 'read-only t 'font-lock-face (cdr item) 'front-sticky '(font-lock-face read-only) 'rear-nonsticky '(font-lock-face read-only)) -- cgit v1.2.3-13-gbd6f