aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/init.el3
-rw-r--r--.config/emacs/windows.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index b79a0ae..60537cc 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -33,7 +33,8 @@
(setq inhibit-startup-message t
vc-follow-symlinks t
use-short-answers t
- enable-recursive-minibuffers t)
+ enable-recursive-minibuffers t
+ y-or-n-p t)
;; set up package managers
(require 'package)
diff --git a/.config/emacs/windows.el b/.config/emacs/windows.el
index c44c93f..f69edcb 100644
--- a/.config/emacs/windows.el
+++ b/.config/emacs/windows.el
@@ -15,6 +15,8 @@
'("\\*Messages\\*"
"Output\\*$"
"\\*Async Shell Command\\*"
+ "\\*Compile-Log\\*"
+ "\\*Async-native-compile-log\\*"
help-mode
helpful-mode
compilation-mode