Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((tab-width . 8)
(fill-column . 76)
(emacs-lisp-docstring-fill-column . 76)))
(emacs-lisp-mode . ((indent-tabs-mode . nil)))
(lisp-data-mode . ((indent-tabs-mode . nil))))

6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2026-02-10 Mats Lidell <[email protected]>

* .dir_locals.el: Project editing settings.
Makefile (HYPERBOLE_FILES):
MANIFEST: Add .dir_locals.el

2026-02-09 Mats Lidell <[email protected]>

* test/hywiki-tests.el (hywiki-tests--word-at): Extend verification to
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ hyperbole-banner.png - Graphic of GNU Hyperbole for display with About Hyperbole
smart-clib-sym - Test whether symbol appears within a set of C libraries
topwin.py - Python script to find the topmost macOS app window at a screen position
.hypb & _hypb - Button data files used by the GNU Hyperbole DEMO file
.dir_locals.el - Project editing settings

* --- EXTERNAL SYSTEM ENCAPSULATIONS ---
hsys-activities.el - GNU Hyperbole support functions for Activities
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Author: Bob Weiner
#
# Orig-Date: 15-Jun-94 at 03:42:38
# Last-Mod: 11-Dec-25 at 09:51:43 by Mats Lidell
# Last-Mod: 10-Feb-26 at 17:05:17 by Mats Lidell
#
# Copyright (C) 1994-2025 Free Software Foundation, Inc.
# Copyright (C) 1994-2026 Free Software Foundation, Inc.
# See the file HY-COPY for license information.
#
# This file is part of GNU Hyperbole.
Expand Down Expand Up @@ -241,6 +241,7 @@ HYPERBOLE_FILES = dir info html $(EL_SRC) $(EL_KOTL) \
HY-CONCEPTS.kotl HY-NEWS HY-WHY.kotl $(wildcard hywiki/*.org) \
INSTALL DEMO DEMO-ROLO.otl FAST-DEMO MANIFEST README.md TAGS _hypb \
.hypb hyrolo.py smart-clib-sym topwin.py hyperbole-banner.png \
.dir-locals.el \
$(man_dir)/hkey-help.txt $(man_dir)/hyperbole.texi $(man_dir)/hyperbole.css \
$(man_dir)/texinfo-7.css

Expand Down