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
fdd5ec5f
Commit
fdd5ec5f
authored
Oct 08, 2020
by
Victor A. Stoichiţă
Browse files
[org] don’t use priorities any more (leave to default)
parent
f9da29b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
orgmode_init.el
View file @
fdd5ec5f
...
...
@@ -137,25 +137,13 @@
(
"MAIL"
.
compilation-warning
)
(
"RÉPONDRE"
.
compilation-warning
)
(
"TWEAK"
.
"Magenta"
)
(
"PUBLIER"
.
"Magenta"
)
))
(
"PUBLIER"
.
"Magenta"
)))
(
setq
org-log-done
(
quote
time
)
org-log-into-drawer
t
)
(
setq
org-enforce-todo-dependencies
t
)
(
setq
org-highest-priority
?A
org-lowest-priority
?E
org-default-priority
?C
)
;;set colours for priorities
(
setq
org-priority-faces
'
((
?A
.
custom-set
)
(
?B
.
custom-variable-button
)
(
?C
.
dired-async-message
)
(
?E
.
font-lock-comment-face
)))
;;; CAPTURE:
(
setq
org-default-notes-file
(
concat
"~/notes/general.org"
))
...
...
Write
Preview
Supports
Markdown
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