diff options
author | Case Duckworth | 2023-01-21 12:54:18 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-21 12:54:18 -0600 |
commit | 177a313b628666b6e19204cec831478cfe44d01e (patch) | |
tree | 667d4959b54825f71e51de5d55ab8f1735b67873 | |
parent | Install gauche-mode (diff) | |
download | emacs-177a313b628666b6e19204cec831478cfe44d01e.tar.gz emacs-177a313b628666b6e19204cec831478cfe44d01e.zip |
Stop debugging all the time
-rw-r--r-- | early-init.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/early-init.el b/early-init.el index 70b61a8..e024b50 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -2,9 +2,9 @@ | |||
2 | 2 | ||
3 | ;; Bankruptcy: 9.4 | 3 | ;; Bankruptcy: 9.4 |
4 | 4 | ||
5 | ;; Debugging shit | 5 | ;; Debugging |
6 | (setq debug-on-error t | 6 | ;; (setq debug-on-error t |
7 | use-package-verbose t) | 7 | ;; use-package-verbose t) |
8 | ;; (setq debug-on-message "Selection owner couldn’t convert: TIMESTAMP") | 8 | ;; (setq debug-on-message "Selection owner couldn’t convert: TIMESTAMP") |
9 | 9 | ||
10 | ;; Frames | 10 | ;; Frames |