Fix various typos in config

This commit is contained in:
TEC 2020-07-18 02:25:27 +08:00
parent 0c93a6b858
commit 8a709f71f2
1 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@ undesired effects. I recommend copying chunks instead.
If you are so bold as to wish to steal bits of my config (or if I upgrade and
wonder why things aren't working), here's a list of sections which rely on
externally setup (i.e. outside of this config).
external setup (i.e. outside of this config).
+ libvterm :: I rely on my distro-provided =libvterm.so=, [[*VTerm][vterm]] sets a compile flag.
If this causes issues, just delete the ~(setq term-module-cmake-args ...)~ bit.
@ -57,7 +57,7 @@ externally setup (i.e. outside of this config).
Oh, did I mention that I started this config when I didn't know any =elisp=, and
this whole thing is a hack job? If you can suggest any improvements, please do
so, no matter how much critisism you include I'll appreciate it :)
so, no matter how much criticism you include I'll appreciate it :)
[[xkcd:1513]]
*** Extra Requirements
@ -77,7 +77,7 @@ cargo install git-delta
clear at a glance, and work well with a thicker weight, and this is inspired
by /Highway Gothic/.
- It's slightly quirky. Look at the diagonal cut on stems for example.
Helvetica is a masterful design, but I like a bit more pizazz now and then.
Helvetica is a masterful design, but I like a bit more pizzazz now and then.
+ A few LSP servers. Take a look at [[file:init.el][init.el]] to see which modules have the ~+lsp~ flag.
+ The =cargo-script= rust crate is required for evaluation of rust blocks by babel.
As described in the README for [[https://github.com/micanzhang/ob-rust][ob-rust]]. Like ~delta~, this can just be installed
@ -87,7 +87,7 @@ cargo install cargo-script
#+END_SRC
** Current Issues
*** Magit push in daemon
Quite often trying to push to a remote in the emacs daemon produces as error like this:
Quite often trying to push to a remote in the Emacs daemon produces as error like this:
#+BEGIN_SRC fundamental
128 git … push -v origin refs/heads/master\:refs/heads/master
Pushing to git@github.com:tecosaur/emacs-config.git
@ -4752,7 +4752,7 @@ somewhat spiffy.
mode))
#+END_SRC
#+NAME: Exampl, fixed width, and property blocks
#+NAME: Example, fixed width, and property blocks
#+BEGIN_SRC emacs-lisp
(after! org
(defun org-html-block-collapsable (orig-fn block contents info)
@ -4930,7 +4930,7 @@ option. However this isn't sized very well at the moment.
**** Exporting to LaTeX
I like automatically using spaced small caps for acronyms. For strings I want to
be unaffected lest's use ~;~ as a prefix to prevent the transformation --- i.e.
be unaffected let's use ~;~ as a prefix to prevent the transformation --- i.e.
~;JFK~ (as one would want for two-letter geographic locations and names).
#+BEGIN_SRC emacs-lisp
;; TODO make this /only/ apply to text (i.e. not URL)