(Emacs)~whitespace

This commit is contained in:
2023-09-29 21:35:59 +01:00
parent cad10ea64f
commit acdba2fea0

View File

@@ -3020,9 +3020,9 @@ there.
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
Check out [[file:elisp/ada-mode.el][ada-mode]], my custom ~ada-mode~ that replaces the default Check out [[file:elisp/ada-mode.el][ada-mode]], my custom ~ada-mode~
one. This mode just colourises stuff, and uses eglot and a language that replaces the default one. This mode just colourises stuff, and
server to do the hard work. uses eglot and a language server to do the hard work.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package ada-mode (use-package ada-mode
@@ -3151,7 +3151,8 @@ Tons of stuff, namely:
*** Clang format *** Clang format
Clang format comes inbuilt with clang, so download that before using Clang format comes inbuilt with clang, so download that before using
this. Formats C/C++ files depending on a format (checkout the Clang this. Formats C/C++ files depending on a format (checkout the Clang
format [[file:~/Dotfiles/ClangFormat/.clang-format][config file]] in my dotfiles). format [[file:~/Dotfiles/ClangFormat/.clang-format][config file]] in
my dotfiles).
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package clang-format (use-package clang-format