[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bufferlo ca71c5f2e2 027/192: Ach, changed the file name
From: |
ELPA Syncer |
Subject: |
[elpa] externals/bufferlo ca71c5f2e2 027/192: Ach, changed the file name to harmonize with the command-line argument. |
Date: |
Sat, 19 Apr 2025 15:57:58 -0400 (EDT) |
branch: externals/bufferlo
commit ca71c5f2e2ffec9e6a0d7dc09eccb4e3d3e9fb98
Author: shipmints <shipmints@gmail.com>
Commit: shipmints <shipmints@gmail.com>
Ach, changed the file name to harmonize with the command-line argument.
Now bufferlo-noload not bufferlo-no-load.
---
bufferlo.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bufferlo.el b/bufferlo.el
index 11f80caa40..407458d085 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -488,8 +488,8 @@ Set to 0 to disable the timer. Units are whole integer
seconds."
(when-let (pos (seq-position command-line-args
bufferlo--command-line-noload-prefix #'string-equal))
(setq bufferlo--command-line-noload pos)
(setq command-line-args (seq-remove-at-position command-line-args pos)))
- (when (file-exists-p (expand-file-name "bufferlo-no-load"
user-emacs-directory))
- (message "bufferlo-no-load file found; inhibiting bufferlo bookmark
loading")
+ (when (file-exists-p (expand-file-name "bufferlo-noload"
user-emacs-directory))
+ (message "bufferlo-noload file found; inhibiting bufferlo bookmark
loading")
(setq bufferlo--command-line-noload t)))
(defun -bufferlo--parse-command-line-test ()
- [elpa] externals/bufferlo 6254d49b67 151/192: Usability improvements to bufferlo-set-list-interactive, (continued)
- [elpa] externals/bufferlo 6254d49b67 151/192: Usability improvements to bufferlo-set-list-interactive, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 8228953344 157/192: Ignore tab-bar--tab advice on Emacs 31, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 82d79b1786 170/192: Fix buffer renaming during restoration, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo cb215f5e98 179/192: Add bufferlo-bookmark-tab-failed-buffer-policy, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 362de728ab 003/192: WIP., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo c13fc1094e 022/192: bufferlo-prefer-local-buffers 'tabs sets switch-to-prev-buffer-skip., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo b626c89127 017/192: Rely only on tab numbers or names, not references to ephemeral tab objects. Cures a couple of issues with saving/closing., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 5177279f4e 013/192: Eliminated null-error. Better delete-frame. Added bufferlo-bookmarks-close-interactive., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo a5ed640ba3 018/192: Add additional author and maintainer to help Flo support the expanded code base., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 70ceb0491f 029/192: Add convenience aliases to shorten which-key key bindings help text., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo ca71c5f2e2 027/192: Ach, changed the file name to harmonize with the command-line argument.,
ELPA Syncer <=
- [elpa] externals/bufferlo b56ca70306 026/192: Add user-emacs-dir/bufferlo-no-load file to inhibit bufferlo bookmark loading., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 369d48eb5a 032/192: bufferlo-kill-buffers-prompt for bufferlo-kill-buffers bufferlo-kill-orphan-buffers, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo a54a0c9a55 042/192: Add bufferlo--bookmark-handler-no-message for binding around internal calls. Rename internal functions . Hanging parens., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo bbd440361e 038/192: More refinements to batch bookmark loading., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 1011fa5017 049/192: Add bufferlo-session-save-current-interactive, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 6435cf2209 056/192: Automatic bookmark saving on frame deletion and closing tabs, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 6a73c7b27e 040/192: Enhance load at startup to wait until Emacs achieves idle after startup completes., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 8888e95762 045/192: Added option to restore frame bookmark geometry., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 4eaab7e03f 062/192: Streamline frame & tab bookmark loading and saving, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 070be48158 058/192: Cleanup bufferlo--clear-tab-bookmarks-by-name, ELPA Syncer, 2025/04/19