Browse Source

Move dotfiles to Projects/

nixos
Maxime Wack 4 years ago
parent
commit
d3072afe78
3 changed files with 3 additions and 8 deletions
  1. +1
    -4
      .emacs
  2. +1
    -3
      README.org
  3. +1
    -1
      _stow

+ 1
- 4
.emacs View File

@@ -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.,:!?;'\")}\\")


+ 1
- 3
README.org View File

@@ -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")]]

+ 1
- 1
_stow View File

@@ -1 +1 @@
stow --no-folding --ignore=^_.* -v .
stow -t ~ --no-folding --ignore=^_.* -v .

Loading…
Cancel
Save