chore: bump version number
This commit is contained in:
parent
a23813c7ca
commit
aca0f74f3a
10
winum.el
10
winum.el
|
@ -1,7 +1,8 @@
|
|||
;;; winum.el --- Navigate windows and frames using numbers.
|
||||
;;
|
||||
;; Copyright (c) 2006-2015 Nikolaj Schumacher
|
||||
;; Copyright (c) 2016 Thomas Chauvot de Beauchêne
|
||||
;; Copyright (c) 2016-2019 Thomas Chauvot de Beauchêne
|
||||
;; Copyright (c) 2024 Kiana Sheibani
|
||||
;;
|
||||
;; This program is free software: you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -16,8 +17,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
;;
|
||||
;; Author: Thomas de Beauchêne <thomas.de.beauchene@gmail.com>
|
||||
;; Version: 2.2.0
|
||||
;; Author: Kiana Sheibani <kiana.a.sheibani@gmail.com>
|
||||
;; Version: 3.0.0
|
||||
;; Keywords: convenience, frames, windows, multi-screen
|
||||
;; URL: http://github.com/deb0ch/winum.el
|
||||
;; Created: 2016
|
||||
|
@ -38,9 +39,6 @@
|
|||
;; frames, giving the user a smoother experience of multi-screen Emacs.
|
||||
;;
|
||||
;;; Code:
|
||||
;;
|
||||
;; FIXME: The mode-line's window number is not always up to date in all frames.
|
||||
;;
|
||||
|
||||
(eval-when-compile (require 'cl-lib))
|
||||
(require 'dash)
|
||||
|
|
Loading…
Reference in a new issue