Minor bug fixes
This commit is contained in:
parent
bc5a1c8ea2
commit
b9f593caba
4 changed files with 3 additions and 4 deletions
|
|
@ -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
|
(use-package major-mode-hydra
|
||||||
:config
|
:config
|
||||||
(major-mode-hydra-define mastodon-mode nil
|
(major-mode-hydra-define mastodon-mode (:quit-key "q")
|
||||||
("Timelines"
|
("Timelines"
|
||||||
(("u" mastodon-tl-update "update")
|
(("u" mastodon-tl-update "update")
|
||||||
("F" mastodon-tl-get-federated-timeline "Federated")
|
("F" mastodon-tl-get-federated-timeline "Federated")
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ Also, let's do some basic configuration of Emacs' mail system:
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Create a special mail perspective:
|
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)))
|
(ha-leader "a M" `("mail" . ,(ha-tab-bar-new "mail" #'notmuch)))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Configuration
|
* Configuration
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ A literate programming file for making Org file more readable.
|
||||||
#+end_src
|
#+end_src
|
||||||
* Introduction
|
* 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:
|
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]]
|
[[file:screenshots/org-as-word-processor.png]]
|
||||||
* General Org Settings
|
* General Org Settings
|
||||||
Since I use ellipsis in my writing… to /change/ how org renders a collapsed heading.
|
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:
|
The list of things to try:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq org-hide-leading-stars nil) ; or t
|
(setq org-hide-leading-stars t) ; or t
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Markup View
|
** Markup View
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 449 KiB |
Loading…
Reference in a new issue