Minor bug fixes

This commit is contained in:
Howard Abrams 2026-01-02 14:27:20 -08:00
parent bc5a1c8ea2
commit b9f593caba
4 changed files with 3 additions and 4 deletions

View file

@ -53,7 +53,7 @@ I would like a dedicate perspective to Mastodon, and I would like a leader key s
(use-package major-mode-hydra
:config
(major-mode-hydra-define mastodon-mode nil
(major-mode-hydra-define mastodon-mode (:quit-key "q")
("Timelines"
(("u" mastodon-tl-update "update")
("F" mastodon-tl-get-federated-timeline "Federated")

View file

@ -132,7 +132,7 @@ Also, let's do some basic configuration of Emacs' mail system:
#+end_src
Create a special mail perspective:
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(ha-leader "a M" `("mail" . ,(ha-tab-bar-new "mail" #'notmuch)))
#+end_src
* Configuration

View file

@ -27,7 +27,6 @@ A literate programming file for making Org file more readable.
#+end_src
* Introduction
I like having org-mode files look more like a word processor than having it look like programming code. But that is me. The end results:
[[file:screenshots/org-as-word-processor.png]]
* General Org Settings
Since I use ellipsis in my writing… to /change/ how org renders a collapsed heading.
@ -102,7 +101,7 @@ And hook this function to Org:
The list of things to try:
#+BEGIN_SRC emacs-lisp
(setq org-hide-leading-stars nil) ; or t
(setq org-hide-leading-stars t) ; or t
#+END_SRC
** Markup View

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 449 KiB