diff --git a/global.org b/global.org index ec24a9d..045abfe 100644 --- a/global.org +++ b/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