From dd9916364613cde68928f68d9e8e5243b05e7a9c Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 15 Jan 2024 21:03:24 +0000 Subject: [PATCH] chore: misc. org mode enhancements --- lisp/org-mode.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lisp/org-mode.el b/lisp/org-mode.el index cf7bad7..60453a3 100644 --- a/lisp/org-mode.el +++ b/lisp/org-mode.el @@ -45,12 +45,8 @@ org-startup-with-inline-images t org-image-actual-width '(300) org-pretty-entities t - org-adapt-indentation t) + org-adapt-indentation t)) - ;; (plist-put org-format-latex-options :scale 2.5) ; Scale up latex elements (HiDPI) - (setq org-directory "~/Org/") ; Set the folder used by org-mode - (setq org-agenda-files (quote ("~/Org/"))) - (setq org-roam-directory "~/Org/Roam/")) ; Set the folder used by org-roam ;; org-roam - A plain-text personal knowledge management system (use-package org-roam :init @@ -58,7 +54,7 @@ (setq org-roam-capture-templates '(("d" "default" plain "\n%?" - :if-new (file+head "${slug}.org" "#+title: ${title}\n#+date: %U\n#+author: %n\n") + :if-new (file+head "${slug}.org" "#+title: ${title}\n#+date: %U\n") :unnarrowed t)))) ; Automatically sync nodes ;; Keybinds for org-mode