[Emacs] Reword some stuff

This commit is contained in:
Lucien Cartier-Tilet 2022-03-15 18:31:56 +01:00
parent 196df4fb44
commit bfe1102c37
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 5 deletions

View File

@ -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, lets setup our todo keywords with ~hl-todo~. A good few todo First, lets 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. Lets enable this mode globally. keywords in a buffer. Lets 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. Lets make this anything all-the-icons to anything user-defined. Lets 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)