[Emacs] Reword some stuff
This commit is contained in:
parent
196df4fb44
commit
bfe1102c37
@ -2483,7 +2483,7 @@ doing and what Git is doing! In short, I absolutely love it!
|
|||||||
display in the Magit buffer a list of TODOs found in the current
|
display in the Magit buffer a list of TODOs found in the current
|
||||||
project to remind you of what to do next.
|
project to remind you of what to do next.
|
||||||
|
|
||||||
But first, let’s setup our todo keywords with ~hl-todo~. A good few todo
|
First, let’s setup our todo keywords with ~hl-todo~. A good few todo
|
||||||
keywords are already defined in the ~hl-todo-keyword-faces~ variable.
|
keywords are already defined in the ~hl-todo-keyword-faces~ variable.
|
||||||
Why not use them? ~hl-todo-mode~ enables fontlock highlight of these
|
Why not use them? ~hl-todo-mode~ enables fontlock highlight of these
|
||||||
keywords in a buffer. Let’s enable this mode globally.
|
keywords in a buffer. Let’s enable this mode globally.
|
||||||
@ -5425,9 +5425,8 @@ care of that for you!
|
|||||||
("[X]" . 9745))))
|
("[X]" . 9745))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
~org-fancy-priorities~ change the priority of an org element such such
|
~org-fancy-priorities~ change the priority of an org element such as ~#A~
|
||||||
as ~#A~ to anything user-defined. Let’s make this anything all-the-icons
|
to anything user-defined. Let’s all-the-iconify this!
|
||||||
icons!
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-fancy-priorities
|
(use-package org-fancy-priorities
|
||||||
:after (org all-the-icons)
|
:after (org all-the-icons)
|
||||||
|
Loading…
Reference in New Issue
Block a user