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 kill-do-not-save-duplicates t)
|
||||||
(setq scroll-error-top-bottom t)
|
(setq scroll-error-top-bottom t)
|
||||||
(setq echo-keystrokes-help t) ; Emacs 30
|
(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
|
#+end_src
|
||||||
|
|
||||||
** The =unravel-essentials.el= section for fixing PATH on OSX (~exec-path-from-shell~)
|
** 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 kill-do-not-save-duplicates t)
|
||||||
(setq scroll-error-top-bottom t)
|
(setq scroll-error-top-bottom t)
|
||||||
(setq echo-keystrokes-help t) ; Emacs 30
|
(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
|
(use-package exec-path-from-shell
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Reference in a new issue