@ -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)
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