diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-29 21:35:59 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-29 21:35:59 +0100 |
commit | acdba2fea00495bc7b6fb60667d7fe6c33f18789 (patch) | |
tree | d9852a03800109749aaa85db9394e0557c9de0b8 /Emacs/.config/emacs/config.org | |
parent | cad10ea64f66a8364c9a81191c01ffdf316433a2 (diff) | |
download | dotfiles-acdba2fea00495bc7b6fb60667d7fe6c33f18789.tar.gz dotfiles-acdba2fea00495bc7b6fb60667d7fe6c33f18789.tar.bz2 dotfiles-acdba2fea00495bc7b6fb60667d7fe6c33f18789.zip |
(Emacs)~whitespace
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 9 |
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 |