.hgignore
author Luke Hoersten <luke@hoersten.org>
Thu, 02 Oct 2025 09:50:40 -0500
changeset 105 e45e60614994
parent 82 12cf67bc486c
permissions -rw-r--r--
Moved from ido and smex to vertico, orderless, consult, marginalia for auto complete. Packages updated: - Removed: flx-ido, smex - Added: vertico, orderless, consult, marginalia Configuration changes: - vertico-mode replaces ido-mode for completion UI - orderless provides fuzzy matching (replaces flx-ido) - marginalia-mode adds helpful annotations - consult-buffer replaces default buffer switching (better than ido) - consult-ripgrep replaces plain rg command (adds preview) - consult-yank-pop on M-y (enhanced kill-ring browsing) Your keybindings: - M-x now uses vertico (no special binding needed) - C-x b → consult-buffer (enhanced) - C-c g → consult-ripgrep (with live preview) - M-y → consult-yank-pop (browse kill ring) Please enter the commit message for your changes. Lines starting
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
a7906973ceb5 Added some old files.
Luke Hoersten <Luke@Hoersten.org>
parents:
diff changeset
     1
syntax: regexp
55
d4adcd3d5ef9 Updated to emacs24 with package management and load-theme
Luke Hoersten <Luke@Hoersten.org>
parents: 39
diff changeset
     2
^url\/
d4adcd3d5ef9 Updated to emacs24 with package management and load-theme
Luke Hoersten <Luke@Hoersten.org>
parents: 39
diff changeset
     3
^elpa\/
70
88c4f68cb191 Moved lisp files to their own dir.
Luke Hoersten <Luke@Hoersten.org>
parents: 58
diff changeset
     4
^eshell\/
71
b5976ed7311a Big updates to haskell-mode stuff.
Luke Hoersten <Luke@Hoersten.org>
parents: 70
diff changeset
     5
^smex-items$
39
5a7c0a0cab49 Cleaned up broken python mode stuff.
Luke Hoersten <Luke@Hoersten.org>
parents: 22
diff changeset
     6
\.elc$
58
c25a7ccd237a Stabalized new packages and modes.
Luke Hoersten <Luke@Hoersten.org>
parents: 55
diff changeset
     7
\.mc-lists\.el$
70
88c4f68cb191 Moved lisp files to their own dir.
Luke Hoersten <Luke@Hoersten.org>
parents: 58
diff changeset
     8
\.DS_Store$
88c4f68cb191 Moved lisp files to their own dir.
Luke Hoersten <Luke@Hoersten.org>
parents: 58
diff changeset
     9
session\..*$
58
c25a7ccd237a Stabalized new packages and modes.
Luke Hoersten <Luke@Hoersten.org>
parents: 55
diff changeset
    10
ac-comphist\.dat$
82
12cf67bc486c Added paredit, flx-ido and projectile.
Luke Hoersten <luke@hoersten.org>
parents: 71
diff changeset
    11
^projectile-bookmarks\.eld$
22
a7906973ceb5 Added some old files.
Luke Hoersten <Luke@Hoersten.org>
parents:
diff changeset
    12
~$
a7906973ceb5 Added some old files.
Luke Hoersten <Luke@Hoersten.org>
parents:
diff changeset
    13
\#.*\#$