Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Victor Stoichita
emacs-config
Commits
5d4c1176
Commit
5d4c1176
authored
Oct 13, 2020
by
Victor A. Stoichiţă
Browse files
[org] move .agenda_files_notes to ~/org
parent
744c00ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
orgmode_init.el
View file @
5d4c1176
...
...
@@ -76,9 +76,9 @@
(
defun
vic/toggle-agenda-file-set
()
(
interactive
)
(
if
(
equal
org-agenda-files
"~/
notes
/.agenda_files_notes"
)
(
if
(
equal
org-agenda-files
"~/
org
/.agenda_files_notes"
)
(
setq
org-agenda-files
"~/org/.agenda_files_gtd"
)
(
setq
org-agenda-files
"~/
notes
/.agenda_files_notes"
))
(
setq
org-agenda-files
"~/
org
/.agenda_files_notes"
))
(
message
"Using %s"
org-agenda-files
))
(
global-set-key
(
kbd
"C-×"
)
'vic/toggle-agenda-file-set
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment