From 8eaa65a7476466a2702d9feeed03b8a99468973d Mon Sep 17 00:00:00 2001 From: yaqubroli Date: Sat, 04 Jan 2025 14:17:14 -0800 Subject: [PATCH] QoL --- .#init 2.org | 1 + init.org | 19 ++++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.#init 2.org b/.#init 2.org new file mode 120000 index 0000000..024e403 120000 --- /dev/null +++ a/.#init 2.org @@ -1,0 +1,1 @@ +yaqub@14comma15.5539diff --git a/init.org b/init.org index 63ecc81..7b13582 100644 --- a/init.org +++ a/init.org @@ -325,9 +325,11 @@ #+begin_src emacs-lisp (use-package org :ensure t + :custom + (org-hide-emphasis-markers t) + (org-startup-indented t) + (org-startup-with-inline-images t) :config - (setq org-hide-emphasis-markers t) - (setq org-startup-indented t) ;; Enable olivetti on all org buffers (add-hook 'org-mode-hook 'olivetti-mode) ;; add keybindings for org-mark-ring-goto at C-c C- and C-c C- @@ -362,8 +364,7 @@ :ensure t :custom (org-download-screenshot-method "screencapture") - (org-download-method 'attach) - (org-download-timestamp t)) + (org-download-method 'attach)) #+end_src ** Setup LaTeX @@ -536,8 +537,14 @@ (term-send-raw-string "cls\r\n"))))) #+end_src -#+RESULTS: -: win +* Open home.org by default + +#+begin_src emacs-lisp + (add-hook 'emacs-startup-hook + (lambda () + (find-file "~/Orgfiles/roam/home.org") + (delete-other-windows))) +#+end_src * Server Config -- rgit 0.1.5