Compare commits
2 Commits
11f58b183a
...
9b542297f7
Author | SHA1 | Date | |
---|---|---|---|
9b542297f7 | |||
5ba54331b2 |
17
README.org
17
README.org
@ -1,4 +1,4 @@
|
||||
#+title: Emacs setup for use with LaTeX, Org, and Python
|
||||
#+title: Emacs setup for use with LaTeX, Lisp, Org, and Python
|
||||
#+author: Gerard Vermeulen
|
||||
#+latex_class: article-local
|
||||
#+latex_class_options: [11pt,a4paper,english,svgnames]
|
||||
@ -19,7 +19,7 @@
|
||||
:CUSTOM_ID: sec:copying
|
||||
:END:
|
||||
|
||||
This README contains my Emacs setup for use with LaTeX, Org, and Python.
|
||||
This README contains my Emacs setup for use with LaTeX, Lisp, Org, and Python.
|
||||
|
||||
Copyright \copy 2021-2023 Gerard Vermeulen.
|
||||
|
||||
@ -296,8 +296,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
|
||||
package-selected-packages '(async ; asynchroneous processing
|
||||
debbugs ; access the GNU bug tracker
|
||||
no-littering ; keep `user-emacs-directory' clean
|
||||
org ; thought organizer
|
||||
wgrep)) ; open a writable grep buffer
|
||||
org))
|
||||
#+end_src
|
||||
|
||||
* [[info:emacs#Package Installation][Install the selected packages (info)]]
|
||||
@ -1453,7 +1452,6 @@ completion function [[info:elisp#Minibuffer Completion][completing-read]]. List
|
||||
| consult-register | ctl-x-r-keymap | {{{kbd(C-x r x)}}} |
|
||||
| consult-yank-pop | global-map | {{{kbd(M-y)}}} |
|
||||
|-----------------------------+----------------------+--------------------|
|
||||
| deadgrep | search-map | {{{kbd(M-s d)}}} |
|
||||
| elfeed | global-map | {{{kbd(C-x w)}}} |
|
||||
| embark-act | global-map | {{{kbd(C-\,)}}} |
|
||||
| embark-bindings | global-map | {{{kbd(C-h B)}}} |
|
||||
@ -1564,9 +1562,10 @@ of {{{kbd(M-x replace-regexp)}}} using =(regular-expression transform)= pairs.
|
||||
| renumber grep/occur matches | =\(.+:\)= | =\,(1+ \#)._= |
|
||||
|-----------------------------+---------------------------------+---------------|
|
||||
|
||||
** [[https://github.com/Wilfred/deadgrep#readme][Deadgrep]]
|
||||
** [[https://github.com/Wilfred/deadgrep#readme][Deadgrep]] :noexport:
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: sec:deadgrep
|
||||
:header-args:emacs-lisp: :tangle no :eval never-export
|
||||
:END:
|
||||
|
||||
[[https://github.com/Wilfred/deadgrep#readme][Deadgrep]] uses [[https://github.com/BurntSushi/ripgrep#readme][ripgrep]] for superfast text searching in the default directory or
|
||||
@ -3527,7 +3526,7 @@ inclusion (info)]] and [[info:org#Noweb Reference Syntax][noweb (info)]] tricker
|
||||
\fancyhf{}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
\fancyfoot[C]{\emph{
|
||||
Emacs setup for use with \LaTeX{}, Org, and Python -- Gerard Vermeulen
|
||||
Emacs setup for use with \LaTeX{}, Lisp, Org, and Python -- Gerard Vermeulen
|
||||
}
|
||||
}
|
||||
\renewcommand{\headrulewidth}{0.4pt}
|
||||
@ -3547,7 +3546,9 @@ inclusion (info)]] and [[info:org#Noweb Reference Syntax][noweb (info)]] tricker
|
||||
\fancyhf{}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
\fancyfoot[C]{\emph{
|
||||
Emacs setup for use with \LaTeX{}, Org, and Python -- Gerard Vermeulen}}
|
||||
Emacs setup for use with \LaTeX{}, Lisp, Org, and Python -- Gerard Vermeulen
|
||||
}
|
||||
}
|
||||
\renewcommand{\headrulewidth}{0.4pt}
|
||||
\fancyhead[L]{\includegraphics[height=1.8cm]{Org-mode-unicorn.png}}
|
||||
\fancyhead[C]{
|
||||
|
Loading…
Reference in New Issue
Block a user