Commit graph

29 commits

Author SHA1 Message Date
Kiana Sheibani a23813c7ca
docs: update README for new features 2024-08-26 19:18:59 -04:00
Kiana Sheibani e0c329e0f6
feat!: support for arbitrary objects as indices
BREAKING-CHANGE: Many external and internal functions have been renamed
to replace the word "number" with the more general word "index."
2024-08-26 19:04:33 -04:00
deb0ch c5455e866e update changelog 2019-09-11 18:11:12 +02:00
deb0ch e571c320f1 improve docs for winum-ignored-buffers-regexp 2019-09-11 18:07:17 +02:00
mpanarin 23d1ecce94 [imp] allow ignoring buffers with regex 2019-07-30 12:02:12 +03:00
deb0ch 247df36c03 fix typo in README
fixes #19
2019-02-18 10:37:01 +01:00
deb0ch b27b8f4db7 add custom variable winum-format 2018-11-19 18:05:09 +01:00
Alexander M bfef4ae6d0 Use a list of functions for custom window number assignment 2017-10-19 23:09:45 +02:00
deb0ch 8e26306916 fix repo name in readme 2017-01-28 22:27:19 +01:00
deb0ch 25fbb9524a readme: add melpa-stable badge in README 2017-01-16 11:52:41 +01:00
deb0ch 8b22faaa7e readme: add :noexport: to :TOC: in README to fix html export 2017-01-16 11:52:24 +01:00
deb0ch 3a10d3934f readme: improve code examples
the way the key bindings were overriden in these examples didn't update the
winum-keymap variable itself, leading to problems such as not being able to use
define-key on winum-keymap afterwards
2017-01-14 16:04:00 +01:00
deb0ch ebb05b84ae readme: update future developments 2017-01-14 16:01:29 +01:00
deb0ch 6afa4aa0da add changes section in README 2016-12-24 15:18:32 +01:00
deb0ch 6ccde2026b replace variable winum-keymap-prefix with function winum-set-keymap-prefix
Fixes #1.

Setting the key bindings prefix using a variable just couldn't work given how
Emacs handles key bindings for minor modes and that the available keymap API
doesn't handle keymaps.
2016-12-24 15:06:10 +01:00
deb0ch 1be3fdfa0a add ² bindings to handle azerty keyboard layouts 2016-12-18 01:38:24 +01:00
deb0ch 92f4109c8c add future developments section in README 2016-12-17 14:10:46 +01:00
deb0ch a9d4cfb414 improve docstrings and documentation 2016-12-17 13:59:18 +01:00
deb0ch 36358cc8c2 fix README html export 2016-12-17 13:50:27 +01:00
deb0ch 8e92e2b7f8 update README for Melpa 2016-12-17 13:02:34 +01:00
deb0ch 482d4145c5 correct errors in README 2016-12-16 19:17:46 +01:00
deb0ch 6da09ea7c3 change key bindings to use ~C-x w~ prefix 2016-12-16 19:07:57 +01:00
deb0ch 75dcc93f14 minor improvements in README 2016-12-12 10:20:39 +01:00
deb0ch e947f05c93 improve README.org 2016-12-08 19:58:49 +01:00
deb0ch b862a0243c make mode-line installation optional 2016-12-08 19:58:49 +01:00
deb0ch 92b46f7f2a remove window-numbering-before-hook
its sole obvious utility was redundant with `winum-assign-func` while
being more complicated to use.

Let me know if you miss that functionality.
2016-12-08 19:58:49 +01:00
deb0ch 85c5b7ccfd update TODOs 2016-12-08 19:58:49 +01:00
deb0ch 25f8c31c75 rename to winum.el keeping backward compatibility 2016-12-08 19:58:49 +01:00
deb0ch 08b76f4d01 Rewrite README using org-mode 2016-12-08 19:58:49 +01:00