Set debug-on-error ON while I figure out the PET problem

This commit is contained in:
Vedang Manerikar 2024-11-28 16:20:22 +05:30
parent d496096c00
commit 16531c5e60
2 changed files with 4 additions and 2 deletions

View file

@ -986,7 +986,8 @@ technicalities.
(setq kill-do-not-save-duplicates t)
(setq scroll-error-top-bottom t)
(setq echo-keystrokes-help t) ; Emacs 30
(setq epa-keys-select-method 'minibuffer)) ; Emacs 30
(setq epa-keys-select-method 'minibuffer) ; Emacs 30
(setq debug-on-error t))
#+end_src
** The =unravel-essentials.el= section for fixing PATH on OSX (~exec-path-from-shell~)

View file

@ -15,7 +15,8 @@
(setq kill-do-not-save-duplicates t)
(setq scroll-error-top-bottom t)
(setq echo-keystrokes-help t) ; Emacs 30
(setq epa-keys-select-method 'minibuffer)) ; Emacs 30
(setq epa-keys-select-method 'minibuffer) ; Emacs 30
(setq debug-on-error t))
(use-package exec-path-from-shell
:ensure t