From 912d566a19f4902e50b593ec0319b7fca9bd4a54 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 10 Sep 2023 21:43:18 -0700 Subject: [PATCH] Disabled dialog box in emacs config --- .emacs.d/config.org | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index d7af1fe..afa70ed 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -11,6 +11,14 @@ Disable error bell and visual bell. Visual bell would be nice on Linux, but on m (setq visual-bell nil) #+end_src +** Disable Dialog Box + +Disables the dialog prompting box and instead prompts the user in the minibuffer. + +#+begin_src emacs-lisp +(setq use-dialog-box nil) +#+end_src + ** Relocate Custom File Change location of custom file. This will stop *custom* from appending to the config file. @@ -631,8 +639,12 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m '(("d" "default" plain "%?" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") :unnarrowed t) - ("p" "Programming Project" plain - (file "~/Notes/Templates/ProgrammingProject.org") + ("p" "Project" plain + (file "~/Notes/Templates/Project.org") + :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") + :unnarrowed t) + ("s" "Malware Sample" plain + (file "~/Notes/Templates/Sample.org") :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") :unnarrowed t))) (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag))) @@ -649,10 +661,10 @@ This is required as of org 9.2 as snippets such as ~