aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-basic.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-26 15:17:20 +1000
committerYuchen Pei <id@ypei.org>2023-06-26 15:17:20 +1000
commitea1e815c3dc1781aa5cb6d401e233c73fa8a108b (patch)
tree189aa1cc44277f5c298eed5230c4ae2784fafeec /emacs/.emacs.d/init/ycp-basic.el
parentf77444c030038100908e298666f8f84f85e768cb (diff)
Adapted more configs from other emacs configs
Including wasamasa and jwiegley
Diffstat (limited to 'emacs/.emacs.d/init/ycp-basic.el')
-rw-r--r--emacs/.emacs.d/init/ycp-basic.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init/ycp-basic.el b/emacs/.emacs.d/init/ycp-basic.el
index 12000e5..160c385 100644
--- a/emacs/.emacs.d/init/ycp-basic.el
+++ b/emacs/.emacs.d/init/ycp-basic.el
@@ -3,8 +3,6 @@
;; Copyright (C) 2023 Free Software Foundation.
;; Author: Yuchen Pei <id@ypei.org>
-;; Protesilaos Stavrou <info@protesilaos.com>
-;; Maintainer: Yuchen Pei <id@ypei.org>
;; Package-Requires: ((emacs "28.2"))
;; This file is part of dotfiles.
@@ -36,8 +34,11 @@
"C-x C-c C-c" #'save-buffers-kill-emacs
"C-x C-z" nil
)
+ (my-keybind special-event-map
+ "<sigusr1>" 'my-quit-emacs)
(setq auth-source-save-behavior nil)
(setq use-short-answers t)
+ (setq use-dialog-box nil)
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(set-terminal-coding-system 'utf-8)
@@ -45,6 +46,9 @@
(set-language-environment 'utf-8)
(setq load-prefer-newer t)
(setq message-log-max 16384)
+ (setq attempt-stack-overflow-recovery nil)
+ (setq confirm-kill-processes nil)
+ (setq attempt-orderly-shutdown-on-fatal-signal nil)
)
(my-configure