|
|
|
@ -3028,6 +3028,13 @@ |
|
|
|
(add-hook 'helm-after-initialize-hook 'fix-helm-margins) |
|
|
|
(add-hook 'helm-after-initialize-hook 'fix-helm-margins) |
|
|
|
|
|
|
|
|
|
|
|
#+end_src |
|
|
|
#+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 |
|
|
|
Customize ~helm-mini~ adding bookmarks for files and dirs. This |
|
|
|
is particularly useful to quickly open commonly accessed files |
|
|
|
is particularly useful to quickly open commonly accessed files |
|
|
|
that I keep in the bookmarks. As an exercise, I wonder if we |
|
|
|
that I keep in the bookmarks. As an exercise, I wonder if we |
|
|
|
|