From 588b6031e152b031be1dee04c7b38938ea7eb706 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 21 Jan 2021 23:52:21 +0800 Subject: Regular updates In the course of configuring Emacs there are numerous changes to make. This is one regular step. --- org-conf.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'org-conf.el') diff --git a/org-conf.el b/org-conf.el index 1104a2b..aafbc8d 100644 --- a/org-conf.el +++ b/org-conf.el @@ -370,6 +370,16 @@ in Lisp code use `org-set-tags' instead." ;; ((durand-agenda-command-sections-time))) )) +;;; elisp in link confirmation + +(setq org-link-elisp-confirm-function 'y-or-n-p) + +;;; agenda window setup + +(setq org-agenda-window-setup 'other-tab) +;; The following will be ignored since the above is 'other-tab. +(setq org-agenda-restore-windows-after-quit t) + ;;; novel addresses ;;;###autoload (defvar durand-novel-addresses-regexp '("uukanshu" -- cgit v1.2.3-18-g5258