Better helm window layout handling

master
Jacopo De Simoi 1 year ago
parent 3a18b6e3f3
commit 82813f4853
  1. 7
      global.org

@ -3028,6 +3028,13 @@
(add-hook 'helm-after-initialize-hook 'fix-helm-margins)
#+end_src
Enable “better” buffer handling on two-column layouts
#+begin_src emacs-lisp
(setq helm-always-two-windows nil
helm-split-window-inside-p t
helm-display-header-line nil)
#+end_src
Customize ~helm-mini~ adding bookmarks for files and dirs. This
is particularly useful to quickly open commonly accessed files
that I keep in the bookmarks. As an exercise, I wonder if we

Loading…
Cancel
Save