diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-06 00:47:37 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-06 00:47:37 +0000 |
commit | c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e (patch) | |
tree | 4165a051804365ccdb85d16f6c83d4136904978a /Emacs/.config/emacs/elisp/ada-mode.el | |
parent | 50acf591dc7a8a83431eb31f481bb4a52995fcc4 (diff) | |
download | dotfiles-c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e.tar.gz dotfiles-c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e.tar.bz2 dotfiles-c248ab0852bebf1d0ae0d3a002d9e9ee55c97b2e.zip |
(Emacs)~tons of edits
I can't be bothered to annotate any of these. Thinking of making a
new Emacs configuration as this one is unnecessarily bloated and I
can't think of any other way to fix it.
Diffstat (limited to 'Emacs/.config/emacs/elisp/ada-mode.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/ada-mode.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/elisp/ada-mode.el b/Emacs/.config/emacs/elisp/ada-mode.el index 2dc40d7..a789fc2 100644 --- a/Emacs/.config/emacs/elisp/ada-mode.el +++ b/Emacs/.config/emacs/elisp/ada-mode.el @@ -30,6 +30,9 @@ ;; this opportunity to make a new mode and see what facilities Emacs ;; provides for it. +;;; Other notes: +;; TODO: Handle indenting + ;;; Code: (require 'generic-x) |