From acdba2fea00495bc7b6fb60667d7fe6c33f18789 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 29 Sep 2023 21:35:59 +0100 Subject: (Emacs)~whitespace --- Emacs/.config/emacs/config.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Emacs/.config') 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 -- cgit v1.2.3-13-gbd6f