diff options
| author | Daniel <[email protected]> | 2024-02-08 04:32:29 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-02-08 04:32:29 -0500 |
| commit | 20a8a95ac5aaa2c56b8fb74647de3491fbec668a (patch) | |
| tree | 3c4e04eaa73d2854508a64c8751cd70a4aab6beb | |
| parent | aaa378e721dfd012fdc592647451f9c9c755d7fe (diff) | |
remove space in narrow indicator
| -rw-r--r-- | bard-elisp/bard-modeline.el | 2 | ||||
| -rw-r--r-- | 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 @@ -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-") |
