diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-05-29 23:00:30 -0300 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-06-02 12:09:32 +0800 |
| commit | d7247296be832581361755110aae382ae3c872ba (patch) | |
| tree | 79298aac7f631f5ffbcf8f3d3ede7891e30776d2 /gnu | |
| parent | 3df02ddb26b0ab6b80019e15a4c3f4636e732ee1 (diff) | |
gnu: Add emacs-vline
* gnu/packages/emacs-xyz.scm (emacs-vline): New variable.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1c354a38fff..270188a6605 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -1338,6 +1338,33 @@ outlines, manage all your contacts, your windows and frames, and search across | |||
| 1338 | buffers, directory trees, or the web.") | 1338 | buffers, directory trees, or the web.") |
| 1339 | (license license:gpl3+))) | 1339 | (license license:gpl3+))) |
| 1340 | 1340 | ||
| 1341 | (define-public emacs-vline | ||
| 1342 | (let ((commit "f5d7b5743dceca75b81c8c95287cd5b0341debf9") | ||
| 1343 | (revision "0")) | ||
| 1344 | (package | ||
| 1345 | (name "emacs-vline") | ||
| 1346 | (version (git-version "1.11" revision commit)) | ||
| 1347 | (source | ||
| 1348 | (origin | ||
| 1349 | (method git-fetch) | ||
| 1350 | (uri (git-reference | ||
| 1351 | (url "https://github.com/buzztaiki/vline") | ||
| 1352 | (commit commit))) | ||
| 1353 | (file-name (git-file-name name version)) | ||
| 1354 | (sha256 | ||
| 1355 | (base32 "06qqpjaxsacslxb3f2bm790lwygbq6387n9ccn4v9vz9xlyn9dmi")))) | ||
| 1356 | (build-system emacs-build-system) | ||
| 1357 | (arguments | ||
| 1358 | ;; No tests | ||
| 1359 | (list #:tests? #f)) | ||
| 1360 | (home-page "https://github.com/buzztaiki/vline") | ||
| 1361 | (synopsis "Column highlighting (vertical line displaying) mode") | ||
| 1362 | (description | ||
| 1363 | "@code{vline-mode} is a minor mode for highlighting column at cursor | ||
| 1364 | position. It enhances text editing by visually indicating the vertical | ||
| 1365 | line.") | ||
| 1366 | (license license:gpl2+)))) | ||
| 1367 | |||
| 1341 | (define-public emacs-vlf | 1368 | (define-public emacs-vlf |
| 1342 | (package | 1369 | (package |
| 1343 | (name "emacs-vlf") | 1370 | (name "emacs-vlf") |
