diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-03-03 09:56:00 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-03-03 09:56:00 -0500 |
| commit | 180c1082c016de790f9e6596b63329657c83ce20 (patch) | |
| tree | f0d64895a25e99967f82324442dc9127f1649e3b | |
| parent | b3d6cad596ac3575bd2ecec1ccd282aa3bfc86f7 (diff) | |
lentic.el: Bump version to make a release on GNU ELPAexternals/lentic
| -rw-r--r-- | lentic.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ ;; Author: Phillip Lord <phillip.lord@russet.org.uk> ;; Maintainer: Phillip Lord <phillip.lord@russet.org.uk> -;; Version: 0.11 +;; Version: 0.12 ;; Package-Requires: ((emacs "25") (m-buffer "0.13") (dash "2.5.0")) ;; The contents of this file are subject to the GPL License, Version 3.0. @@ -80,11 +80,11 @@ ;;; Usage: -;; lentic can be installed through MELPA/Marmalade then add +;; lentic can be installed from GNU ELPA/Marmalade then add -;; (global-lentic-mode) +;; (global-lentic-mode 1) -;; to your .emacs. +;; to your init file. ;; The main user entry points are accessible through the lentic edit menu, or ;; through `global-lentic-mode' which adds keybindings to create and manipulate |
