diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-21 09:18:28 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-21 09:18:28 +0200 |
| commit | 1f9f5fea511d93cade6cad1e7fd2dbddcc2ab9b0 (patch) | |
| tree | b17370f34816b19d210077530d98bf9e24b68eb1 /.emacs.d/init.el | |
| parent | 05a76476b0efe35ec109401d3f0b9500f6630d2e (diff) | |
| download | dotfiles-1f9f5fea511d93cade6cad1e7fd2dbddcc2ab9b0.tar.gz dotfiles-1f9f5fea511d93cade6cad1e7fd2dbddcc2ab9b0.zip | |
emacs: provide a package header
And update the one from the original init.el file.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.el')
| -rw-r--r-- | .emacs.d/init.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 635ccce..db518d0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -4,9 +4,9 @@ ;; ;; Author: Miquel Sabaté Solà <mikisabate@gmail.com> ;; Version: 0.1 -;; Package-Requires: ((emacs "25.1")) -;; Keywords: local, maint, mail, tools, vc -;; URL: https://github.com/mssola/dotfiles/.emacs.d/init.el +;; Package-Requires: ((emacs "25.3")) +;; Keywords: convenience, extensions, files, frames, mail, matching, terminals, tools, vc, wp +;; URL: https://github.com/mssola/dotfiles ;; ;; This file is not part of GNU Emacs. ;; |
