mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add org-sticky-header
This commit is contained in:
parent
564f52c13f
commit
9925579c8f
2 changed files with 7 additions and 0 deletions
|
@ -632,6 +632,12 @@ be based on their headings.
|
|||
(add-hook 'org-babel-after-execute-hook
|
||||
'my/redisplay-org-images)
|
||||
#+end_src
|
||||
** Sticky headers
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! org-sticky-header
|
||||
:hook (org-mode . org-sticky-header-mode)
|
||||
:config (setq org-sticky-header-full-path 'full))
|
||||
#+end_src
|
||||
* Eshell
|
||||
** Change directory in the context of a remote host
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
@ -12,3 +12,4 @@
|
|||
(package! uuidgen)
|
||||
(package! unfill)
|
||||
(package! emms)
|
||||
(package! org-sticky-header)
|
||||
|
|
Loading…
Reference in a new issue