From 20a8a95ac5aaa2c56b8fb74647de3491fbec668a Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 8 Feb 2024 04:32:29 -0500 Subject: remove space in narrow indicator --- bard-elisp/bard-modeline.el | 2 +- bookmarks | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bard-elisp/bard-modeline.el b/bard-elisp/bard-modeline.el index df6183b..5e8d0a4 100644 --- a/bard-elisp/bard-modeline.el +++ b/bard-elisp/bard-modeline.el @@ -250,7 +250,7 @@ Specific to the current window's mode line.") (when (and (mode-line-window-selected-p) (buffer-narrowed-p) (not (derived-mode-p 'Info-mode 'help-mode 'special-mode 'message-mode))) - (propertize " Narrow " 'face 'prot-modeline-indicator-cyan-bg))) + (propertize " Narrow " 'face 'prot-modeline-indicator-cyan-bg))) "Mode line construct to report the multilingual environment.") ;;;; Input method diff --git a/bookmarks b/bookmarks index abbb6fe..f84344c 100644 --- a/bookmarks +++ b/bookmarks @@ -8,10 +8,11 @@ (rear-context-string) (position . 1)) ("org-capture-last-stored" - (filename . "~/Notes/Org-Roam/20231208050212-election_of_1860_and_secession.org") + (filename . "~/Notes/Org-Roam/20240130100558-developing_middle_class.org") (front-context-string . "#+ANKI_DECK: APU") - (rear-context-string . "0 and Secession\n") - (position . 108)) + (rear-context-string . "ng Middle Class\n") + (position . 101) + (last-modified 26041 4183 811339 905000)) ("School" (filename . "~/Documents/School/") (front-context-string . "APUSH.pdf\n -rw-") -- cgit v1.2.3