summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 15:00:04 +0200
committerGravatar Tom Willemse2014-04-20 15:00:04 +0200
commitd2144ec8c63e8f90d9dc0c8389a2f8bbf962fceb (patch)
treec5d869a9dc8284b7d662c55411dae48595027b73
parent2a990e98b9a02871c7f48ddaa138332660f75936 (diff)
downloademacs-d2144ec8c63e8f90d9dc0c8389a2f8bbf962fceb.tar.gz
emacs-d2144ec8c63e8f90d9dc0c8389a2f8bbf962fceb.zip
Move dialog box setting to init.org
-rw-r--r--.emacs.d/init.el1
-rw-r--r--.emacs.d/init.org12
2 files changed, 12 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 10dd489..98e92d8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq use-dialog-box nil)
(setq user-full-name "Tom Willemse")
(setq window-combination-resize t)
(setq scroll-preserve-screen-position t)
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index d2d1c2c..7556072 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -202,6 +202,18 @@
(setq frame-title-format '(:eval (concat "GNU Emacs: " (buffer-name))))
#+END_SRC
+** Don't show dialog boxes
+
+ Unfortunately this doesn't remove /all/ dialog boxes, but at least it
+ keeps some of them from popping up. According to the docstring it
+ should only change anything for when the mouse is used, which I
+ don't ever do, but I still feel safer keeping this in my
+ configuration.
+
+ #+BEGIN_SRC emacs-lisp
+ (setq use-dialog-box nil)
+ #+END_SRC
+
* Add org-mode appointments to the diary
Diary offers reminders, which can be useful when scheduling