diff options
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) |