Configuring Org Mode on Emacs

This commit is contained in:
Fabio Scotto di Santolo
2025-12-27 14:19:57 +01:00
parent 5948c1256a
commit 88f17ff438
3 changed files with 47 additions and 3 deletions

View File

@@ -50,9 +50,6 @@
;; Enable line numbers in the configuration mode only
(add-hook 'conf-mode-hook 'display-line-numbers-mode)
;; Setting default directory for Org files
(setq org-directory "~/Remotes/pCloud/Org")
;; Highlight keywords to remember the activity when coding.
(use-package hl-todo
:ensure t