mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00

* feat: add emacs-lisp formatting * Disable indent-tabs-mode * Add stub file for installation * Fix lint errors * fix: correctly format based on previous mode * Formatting * Fix weird indent * Add checkindent target * Update changelog * Long line * Empty commit * fix ci * revert changelog reformatting * more changelog * more Co-authored-by: Radon Rosborough <radon.neon@gmail.com> Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
5 lines
110 B
EmacsLisp
5 lines
110 B
EmacsLisp
;; -*- indent-tabs-mode: nil -*-
|
|
(if (and (< 3 5)
|
|
(= 1 1))
|
|
(message "true")
|
|
(message "false"))
|