[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.
|
||||||
@ -3162,7 +3162,7 @@ here!
|
|||||||
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Commands-n8w3fh2195j0
|
:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Commands-n8w3fh2195j0
|
||||||
:END:
|
:END:
|
||||||
When I’m in Eshell, sometimes I wish to open multiple files at once in
|
When I’m in Eshell, sometimes I wish to open multiple files at once in
|
||||||
Emacs. For this, when I have several arguments for ~find-file~, I want
|
Emacs. For this, when I have several arguments for ~find-file~, I want
|
||||||
to be able to open them all at once. Let’s modify ~find-file~ like so:
|
to be able to open them all at once. Let’s modify ~find-file~ like so:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defadvice find-file (around find-files activate)
|
(defadvice find-file (around find-files activate)
|
||||||
@ -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