aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 2c50749..7e09fba 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -3020,9 +3020,9 @@ there.
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
-Check out [[file:elisp/ada-mode.el][ada-mode]], my custom ~ada-mode~ that replaces the default
-one. This mode just colourises stuff, and uses eglot and a language
-server to do the hard work.
+Check out [[file:elisp/ada-mode.el][ada-mode]], my custom ~ada-mode~
+that replaces the default one. This mode just colourises stuff, and
+uses eglot and a language server to do the hard work.
#+begin_src emacs-lisp
(use-package ada-mode
@@ -3151,7 +3151,8 @@ Tons of stuff, namely:
*** Clang format
Clang format comes inbuilt with clang, so download that before using
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
(use-package clang-format