Set debug-on-error ON while I figure out the PET problem
This commit is contained in:
parent
d496096c00
commit
16531c5e60
2 changed files with 4 additions and 2 deletions
|
@ -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~)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue