.gitignore
author Luke Hoersten <luke@hoersten.org>
Thu, 02 Oct 2025 10:54:52 -0500
changeset 112 c4c346aa93ab
parent 110 7a84acce27ec
permissions -rw-r--r--
Replaced flyspell mode with jinx. Changes: - Added jinx package - Replaced flyspell-mode with jinx-mode in text-mode and markdown-mode - Added enchant detection that shows a helpful warning in Warnings buffer if enchant is not installed, with OS-specific install instructions If enchant isn't installed when you start Emacs, you'll see a warning popup with instructions for your OS (brew for macOS, apt for Ubuntu).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
104
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     1
.DS_Store
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     2
auto-save-list/
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     3
eshell/
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     4
elpa/
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     5
ido.last
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     6
*~
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     7
transient/
2b7a3925317e Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     8
smex-items
110
7a84acce27ec Cleaned out some last remaining custome variable and ido stuff.
Luke Hoersten <luke@hoersten.org>
parents: 104
diff changeset
     9
custom.el