File tree Expand file tree Collapse file tree 9 files changed +16
-117
lines changed
Expand file tree Collapse file tree 9 files changed +16
-117
lines changed Original file line number Diff line number Diff line change 22; ;; For more information see (info "(emacs) Directory Variables")
33
44((emacs-lisp-mode
5- (elisp-lint-ignored-validators . (" fill-column" ))
65 (fill-column . 78 )
76 (indent-tabs-mode )))
87
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
44# generated files
55abs-mode-autoloads.el
6- .cask
7- .emacs /elpa /
8- .emacs /quelpa /
9- .emacs /.emacs-custom.el
10- .elpa
6+
7+ # Added automatically by ‘eldev init’.
8+ /.eldev
9+ /Eldev-local
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ; -*- mode : emacs-lisp ; lexical-binding : t -*-
2+
3+ (eldev-use-package-archive 'gnu-elpa )
4+ (eldev-use-package-archive 'melpa )
5+ (eldev-use-plugin 'autoloads )
6+ (eldev-use-plugin 'maintainer )
7+ (setq eldev-main-fileset '(" abs-mode.el" )) ; ignore ob-abs.el for now
8+ (setq eldev-project-main-file " abs-mode.el" ) ; eldev doctor complains otherwise
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11; ;; abs-mode.el --- Major mode for the modeling language Abs -*- lexical-binding : t ; -*-
22
3- ; ; Copyright (C) 2010-2022 Rudolf Schlatte
3+ ; ; Copyright (C) 2010-2022, 2026 Rudolf Schlatte
44
55; ; Author: Rudi Schlatte <rudi@constantly.at>
66; ; URL: https://github.com/abstools/abs-mode
@@ -244,7 +244,7 @@ base model.")
244244 (list (concat " \\ (" abs--id-regexp " \\ )[[:space:]]*(" ) 1
245245 'abs-function-name-face )
246246 (cons (concat " \\ (" abs--id-regexp " \\ )" ) 'abs-variable-name-face )
247- (list " \\ <\\ (# \w +\\ )\\ >" 1 'font-lock-warning-face t ))
247+ (list " \\ <\\ (# \\ w+\\ )\\ >" 1 'font-lock-warning-face t ))
248248 " Abs keywords." )
249249
250250; ;; cc-mode wants different fontification levels, but we only offer one.
@@ -347,7 +347,7 @@ base model.")
347347(defvar abs--outline-level (lambda () (1+ (/ (current-indentation ) abs-indent))))
348348
349349(defun abs--read-backend ()
350- ( interactive )
350+ " Prompt the user to choose a backend. "
351351 (let ((backend-name (completing-read " Backend: " abs--backends nil t nil nil abs-backend)))
352352 (intern-soft backend-name)))
353353; ;; Minimal auto-insert mode support
Original file line number Diff line number Diff line change 11; ;; ob-abs.el --- org-babel functions for Abs -*- lexical-binding : t ; -*-
22
3- ; ; Copyright (C) 2018 Rudolf Schlatte
3+ ; ; Copyright (C) 2018, 2026 Rudolf Schlatte
44
55; ; Author: Rudi Schlatte <rudi@constantly.at>
66; ; URL: https://github.com/abstools/abs-mode
You can’t perform that action at this time.
0 commit comments