From d3072afe78f1b818cebe561118bbb9b5f42b1f35 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Mon, 23 Sep 2019 02:40:12 +0200 Subject: [PATCH] Move dotfiles to Projects/ --- .emacs | 5 +---- README.org | 4 +--- _stow | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.emacs b/.emacs index bfa24a7..afbbce4 100644 --- a/.emacs +++ b/.emacs @@ -22,7 +22,7 @@ ;;; Custom and options ;;;; Custom file -(setq custom-file "~/dotfiles/.emacs.d/custom.el") +(setq custom-file "~/Projects/dotfiles/.emacs.d/custom.el") (load custom-file) ;;;; Options @@ -1302,9 +1302,6 @@ entry (file+headline "~/Projects/projects.org" "Projects") "* %^{Nom du projet}\n %?\n")) - ;; Register the dotfiles README.org - (add-to-list 'org-agenda-files "~/dotfiles/README.org") - ;; ;; Allow emphasis markup in the middle of words ;; (setcar org-emphasis-regexp-components " \t('\"{[:alpha:]") ;; (setcar (nthcdr 1 org-emphasis-regexp-components) "[:alpha:]- \t.,:!?;'\")}\\") diff --git a/README.org b/README.org index 58411fb..325e264 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,5 @@ * Tasks ** DONE Fix mu4e update interval Investigate why it doesn't update - [[file:~/dotfiles/.emacs::mu4e-update-interval%20180]] -** TODO Move dotfiles to Projects/ +** DONE Move dotfiles to Projects/ Then no need to specifically add the README to the projects -[[file:~/dotfiles/.emacs::(add-to-list%20'org-agenda-files%20"~/dotfiles/README.org")]] diff --git a/_stow b/_stow index 3142c1c..a316582 100755 --- a/_stow +++ b/_stow @@ -1 +1 @@ -stow --no-folding --ignore=^_.* -v . +stow -t ~ --no-folding --ignore=^_.* -v .