Questions tagged [side-bar]

4 questions
1
vote
1 answer

Is it possible to open Deft in a sidebar?

I'm trying to open Deft in the left sidebar using this code: (setq display-buffer-alist '(("*Deft*" (display-buffer-in-side-window) (window-width . 0.25) (side . left) (slot . 0)))) This is not working…
1
vote
0 answers

Has anyone combined org-sidebar with org-panes? (persistent location & automatically in buffers)

In my ideal world, every org file could automatically open with a small sidebar always showing where I am, similar to how Typora works, which allows you to select other locations to go to. I'm trying to understand if a package (or package fork) to…
avv
  • 1,563
  • 10
  • 24
0
votes
1 answer

How to remove (customize) the color of the bar from global-display-line-numbers-mode?

I want to use relative line numbers and therefore I turned on this mode: Global Display Line Numbers Mode. When I want to customize this variable, there is no option in customizing the color of the bar or remove it entirely. How do I achieve…
0
votes
0 answers

Error when activating org-mode unless speedbar loaded first

Whenever I open an org file before the speedbar package is loaded, org-mode produces the following error: Symbol’s function definition is void: speedbar-add-supported-extension The error above is resolved if I (require 'speedbar) in my init file…
migdsb
  • 113
  • 5